Sha256: df3e4e3500640ca4b72501179965f43aed4803622cc49da25e603508757fe016

Contents?: true

Size: 525 Bytes

Versions: 81

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

81 entries across 81 versions & 1 rubygems

Version Path
foreman_remote_execution-10.0.1 webpack/index.js
foreman_remote_execution-10.0.0 webpack/index.js
foreman_remote_execution-8.3.0 webpack/index.js
foreman_remote_execution-9.1.0 webpack/index.js
foreman_remote_execution-8.2.1 webpack/index.js
foreman_remote_execution-8.2.0 webpack/index.js
foreman_remote_execution-9.0.1 webpack/index.js
foreman_remote_execution-9.0.0 webpack/index.js
foreman_remote_execution-8.1.2 webpack/index.js
foreman_remote_execution-8.1.1 webpack/index.js
foreman_remote_execution-8.1.0 webpack/index.js
foreman_remote_execution-7.2.2 webpack/index.js
foreman_remote_execution-7.2.1 webpack/index.js
foreman_remote_execution-7.2.0 webpack/index.js
foreman_remote_execution-5.0.8 webpack/index.js
foreman_remote_execution-8.0.0 webpack/index.js
foreman_remote_execution-7.1.1 webpack/index.js
foreman_remote_execution-7.1.0 webpack/index.js
foreman_remote_execution-7.0.0 webpack/index.js
foreman_remote_execution-5.0.7 webpack/index.js