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-5.0.6 webpack/index.js
foreman_remote_execution-6.2.0 webpack/index.js
foreman_remote_execution-5.0.5 webpack/index.js
foreman_remote_execution-6.1.0 webpack/index.js
foreman_remote_execution-5.0.4 webpack/index.js
foreman_remote_execution-5.0.3 webpack/index.js
foreman_remote_execution-6.0.0 webpack/index.js
foreman_remote_execution-5.0.2 webpack/index.js
foreman_remote_execution-5.1.0 webpack/index.js
foreman_remote_execution-5.0.1 webpack/index.js
foreman_remote_execution-5.0.0 webpack/index.js
foreman_remote_execution-4.8.0 webpack/index.js
foreman_remote_execution-4.5.6 webpack/index.js
foreman_remote_execution-4.5.5 webpack/index.js
foreman_remote_execution-4.5.4 webpack/index.js
foreman_remote_execution-4.7.0 webpack/index.js
foreman_remote_execution-4.5.3 webpack/index.js
foreman_remote_execution-4.5.2 webpack/index.js
foreman_remote_execution-4.5.1 webpack/index.js
foreman_remote_execution-4.6.0 webpack/index.js