Sha256: c36eed93760d6d3f41a22913da35790722089b74c9341a2adfc23d0b2f7fe4ed

Contents?: true

Size: 634 Bytes

Versions: 14

Compression:

Stored size: 634 Bytes

Contents

import { registerReducer } from 'foremanReact/common/MountingService';
import componentRegistry from 'foremanReact/components/componentRegistry';
import JobInvocationContainer from './react_app/components/jobInvocations';
import TargetingHosts from './react_app/components/TargetingHosts';
import rootReducer from './react_app/redux/reducers';

const components = [
  { name: 'JobInvocationContainer', type: JobInvocationContainer },
  { name: 'TargetingHosts', type: TargetingHosts },
];

components.forEach(component => {
  componentRegistry.register(component);
});

registerReducer('foremanRemoteExecutionReducers', rootReducer);

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_remote_execution-4.3.1 webpack/index.js
foreman_remote_execution-4.3.0 webpack/index.js
foreman_remote_execution-4.2.3 webpack/index.js
foreman_remote_execution-4.2.2 webpack/index.js
foreman_remote_execution-4.2.1 webpack/index.js
foreman_remote_execution-4.2.0 webpack/index.js
foreman_remote_execution-4.1.0 webpack/index.js
foreman_remote_execution-3.3.7 webpack/index.js
foreman_remote_execution-4.0.0 webpack/index.js
foreman_remote_execution-3.3.6 webpack/index.js
foreman_remote_execution-3.3.5 webpack/index.js
foreman_remote_execution-3.3.4 webpack/index.js
foreman_remote_execution-3.3.3 webpack/index.js
foreman_remote_execution-3.3.2 webpack/index.js