Sha256: df3e4e3500640ca4b72501179965f43aed4803622cc49da25e603508757fe016

Contents?: true

Size: 525 Bytes

Versions: 80

Compression:

Stored size: 525 Bytes

Contents

import componentRegistry from 'foremanReact/components/componentRegistry';
import JobInvocationContainer from './react_app/components/jobInvocations';
import TargetingHosts from './react_app/components/TargetingHosts';
import registerReducers from './react_app/extend/reducers';

registerReducers();

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

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

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.4 webpack/index.js
foreman_remote_execution-14.1.3 webpack/index.js
foreman_remote_execution-14.1.2 webpack/index.js
foreman_remote_execution-14.1.1 webpack/index.js
foreman_remote_execution-14.1.0 webpack/index.js
foreman_remote_execution-14.0.2 webpack/index.js
foreman_remote_execution-14.0.1 webpack/index.js
foreman_remote_execution-13.2.6 webpack/index.js
foreman_remote_execution-14.0.0 webpack/index.js
foreman_remote_execution-13.2.5 webpack/index.js
foreman_remote_execution-13.2.4 webpack/index.js
foreman_remote_execution-13.2.3 webpack/index.js
foreman_remote_execution-13.2.2 webpack/index.js
foreman_remote_execution-12.0.7 webpack/index.js
foreman_remote_execution-13.2.1 webpack/index.js
foreman_remote_execution-13.2.0 webpack/index.js
foreman_remote_execution-10.1.3 webpack/index.js
foreman_remote_execution-13.0.0 webpack/index.js
foreman_remote_execution-12.0.5 webpack/index.js
foreman_remote_execution-12.0.4 webpack/index.js