Sha256: c395101ab24c77f867a2eae6862152f1294f2225f9b76e21d41269ac02d33f3d

Contents?: true

Size: 1.75 KB

Versions: 10

Compression:

Stored size: 1.75 KB

Contents

export const PARAMETER_SELECTION_INIT = 'INIT_PARAMETER_SELECTION_INIT';
export const PARAMETER_SELECTION_LOCK = 'PARAMETER_SELECTION_LOCK';
export const PARAMETER_SELECTION_DELETE = 'PARAMETER_SELECTION_DELETE';
export const PARAMETER_SELECTION_ADD = 'PARAMETER_SELECTION_ADD';
export const PARAMETER_SELECTION_EDIT_ACTIVATE = 'PARAMETER_SELECTION_EDIT_ACTIVATE';
export const PARAMETER_SELECTION_EDIT_CONFIRM = 'PARAMETER_SELECTION_EDIT_CONFIRM';
export const PARAMETER_SELECTION_EDIT_CHANGE = 'PARAMETER_SELECTION_EDIT_CHANGE';
export const PARAMETER_SELECTION_EDIT_CANCEL = 'PARAMETER_SELECTION_EDIT_CANCEL';
export const PARAMETER_SELECTION_SORT = 'PARAMETER_SELECTION_SORT';
export const PARAMETER_SELECTION_LOAD_PARAM_DATA_REQUEST = 'PARAMETER_SELECTION_LOAD_PARAM_DATA_REQUEST';
export const PARAMETER_SELECTION_LOAD_PARAM_DATA_SUCCESS = 'PARAMETER_SELECTION_LOAD_PARAM_DATA_SUCCESS';
export const PARAMETER_SELECTION_LOAD_PARAM_DATA_FAILURE = 'PARAMETER_SELECTION_LOAD_PARAM_DATA_FAILURE';
export const PARAMETER_SELECTION_PARAM_TYPE_FOREMAN = 'PARAMETER_SELECTION_PARAM_TYPE_FOREMAN';
export const PARAMETER_SELECTION_PARAM_TYPE_ANSIBLE = 'PARAMETER_SELECTION_PARAM_TYPE_ANSIBLE';
export const PARAMETER_SELECTION_COMPLEX_DATA_MODAL_OPEN = 'PARAMETER_SELECTION_COMPLEX_DATA_MODAL_OPEN';
export const PARAMETER_SELECTION_COMPLEX_DATA_MODAL_CLOSE = 'PARAMETER_SELECTION_COMPLEX_DATA_MODAL_CLOSE';

// Make sure the object is sorted by value
//   (Compute Profile -> Partition table -> Root password)
export const PARAMETER_SELECTION_TYPES = {
  computeprofile: 'Compute profile',
  domain: 'Domain',
  hostparam: 'Host parameter',
  ip: 'IP',
  lifecycleenv: 'Lifecycle environment',
  ptable: 'Partition table',
  puppetenv: 'Puppet environment',
  password: 'Root password',
};

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
foreman_acd-0.9.7 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.5 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.4 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.3 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.2.3 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.2.2 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.2.1 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.2 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.1 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.9.0 webpack/components/ParameterSelection/ParameterSelectionConstants.js