Sha256: 979cdfff198b68f8a682dde3b19dad50a0c4b265cbd2a3f03232030e50195749

Contents?: true

Size: 738 Bytes

Versions: 91

Compression:

Stored size: 738 Bytes

Contents

import {
  selectAPIResponse,
} from 'foremanReact/redux/API/APISelectors';

import {
  REGISTRATION_COMMANDS_DATA,
} from './RegistrationCommandsPageConstants';


export const selectActivationKeys = state =>
  selectAPIResponse(state, REGISTRATION_COMMANDS_DATA).pluginData?.activationKeys || [];

export const selectHostGroupActivationKeys = state =>
  selectAPIResponse(state, REGISTRATION_COMMANDS_DATA).pluginData?.hostGroupActivationKeys;

export const selectLifecycleEnvironments = state =>
  selectAPIResponse(state, REGISTRATION_COMMANDS_DATA).pluginData?.lifecycleEnvironments || [];

export const selectHostGroupEnvironment = state =>
    selectAPIResponse(state, REGISTRATION_COMMANDS_DATA).pluginData?.hostGroupEnvironment;

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
katello-4.14.3 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.2 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.15.0 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.15.0.rc2 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.15.0.rc1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.0 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.0.rc3 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.0.rc2 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.0.rc1.1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.14.0.rc1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.13.1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.13.0 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.12.1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.13.0.rc1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.12.0 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.12.0.rc3 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.12.0.rc2 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.12.0.rc1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js
katello-4.11.1 webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js