Sha256: a7186f2a69eadc8d2c5ca7e61e8819cae2c4f738a809a48df51f4411d65d6539

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

export const EXISTING_HOST_SELECTION_INIT = 'EXISTING_HOST_SELECTION_INIT';
export const EXISTING_HOST_SELECTION_LOAD_HOSTS_SUCCESS =
  'EXISTING_HOST_SELECTION_LOAD_HOSTS_SUCCESS';
export const EXISTING_HOST_SELECTION_LOAD_HOSTS_FAILURE =
  'EXISTING_HOST_SELECTION_LOAD_HOSTS_FAILURE';
export const EXISTING_HOST_SELECTION_SELECTION_CHANGED =
  'EXISTING_HOST_SELECTION_SELECTION_CHANGED';

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_acd-0.11.0 webpack/components/ExistingHostSelection/ExistingHostSelectionConstants.js
foreman_acd-0.10.0 webpack/components/ExistingHostSelection/ExistingHostSelectionConstants.js