Sha256: f544ab78c9161fa6e6380c7cf2a73f066cc938f25a7c8d103942719453023632

Contents?: true

Size: 566 Bytes

Versions: 46

Compression:

Stored size: 566 Bytes

Contents

import {
  selectAPIStatus,
  selectAPIError,
  selectAPIResponse,
} from 'foremanReact/redux/API/APISelectors';
import { STATUS } from 'foremanReact/constants';
import SMART_PROXY_CONTENT_KEY from './SmartProxyContentConstants';

export const selectSmartProxyContent = state =>
  selectAPIResponse(state, SMART_PROXY_CONTENT_KEY) || {};

export const selectSmartProxyContentStatus = state =>
  selectAPIStatus(state, SMART_PROXY_CONTENT_KEY) || STATUS.PENDING;

export const selectSmartProxyContentError = state =>
  selectAPIError(state, SMART_PROXY_CONTENT_KEY);

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-4.4.2.2 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.2.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.2 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.5.0.rc1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.0.2 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.0.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.0 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.0.rc2 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.4.0.rc1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.2.2 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.0 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.0.rc4 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.0.rc3 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.0.rc2.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.0.rc2 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.3.0.rc1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.2.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js
katello-4.2.0.1 webpack/scenes/SmartProxy/SmartProxyContentSelectors.js