Sha256: 0c0ed6e67c9fff166848e5f4fd6d4732db60f52d1f44afecd7a94cd0f2d2dbf7

Contents?: true

Size: 1.3 KB

Versions: 6

Compression:

Stored size: 1.3 KB

Contents

export const INIT_PARAMETER_SELECTION = 'INIT_PARAMETER_SELECTION';

export const PARAMETER_DELETE = 'PARAMETER_DELETE';
export const PARAMETER_ADD = 'PARAMETER_ADD';
export const PARAMETER_EDIT_ACTIVATE = 'PARAMETER_EDIT_ACTIVATE';
export const PARAMETER_EDIT_CONFIRM = 'PARAMETER_EDIT_CONFIRM';
export const PARAMETER_EDIT_CHANGE = 'PARAMETER_EDIT_CHANGE';
export const PARAMETER_EDIT_CANCEL = 'PARAMETER_EDIT_CANCEL';
export const PARAMETER_SORT = 'PARAMETER_SORT';

export const LOAD_PARAMETER_SELECTION_REQUEST = 'LOAD_PARAMETER_SELECTION_REQUEST';
export const LOAD_PARAMETER_SELECTION_SUCCESS = 'LOAD_PARAMETER_SELECTION_SUCCESS';
export const LOAD_PARAMETER_SELECTION_FAILURE = 'LOAD_PARAMETER_SELECTION_FAILURE';

export const LOAD_FOREMAN_DATA_REQUEST = 'LOAD_FOREMAN_DATA_REQUEST';
export const LOAD_FOREMAN_DATA_SUCCESS = 'LOAD_FOREMAN_DATA_SUCCESS';
export const LOAD_FOREMAN_DATA_FAILURE = 'LOAD_FOREMAN_DATA_FAILURE';

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_acd-0.0.6 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.0.5 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.0.4 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.0.3 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.0.2 webpack/components/ParameterSelection/ParameterSelectionConstants.js
foreman_acd-0.0.1 webpack/components/ParameterSelection/ParameterSelectionConstants.js