Sha256: 9891961af4cb3f967adac7dbd96196f49971cfd8563fa36606cbd7d40a5db775

Contents?: true

Size: 557 Bytes

Versions: 84

Compression:

Stored size: 557 Bytes

Contents

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

export const selectEnvironmentPaths = state =>
  selectAPIResponse(state, ENVIRONMENT_PATHS_KEY) || {};

export const selectEnvironmentPathsStatus = state =>
  selectAPIStatus(state, ENVIRONMENT_PATHS_KEY) || STATUS.PENDING;

export const selectEnvironmentPathsError = state =>
  selectAPIError(state, ENVIRONMENT_PATHS_KEY);

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
katello-4.16.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.15.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.16.0.rc2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.16.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.3 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.15.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.15.0.rc2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.15.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.0.rc3 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.0.rc2 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.0.rc1.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.14.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.13.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.13.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.12.1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.13.0.rc1 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js
katello-4.12.0 webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPathSelectors.js