Sha256: df3e4e3500640ca4b72501179965f43aed4803622cc49da25e603508757fe016

Contents?: true

Size: 525 Bytes

Versions: 85

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

85 entries across 85 versions & 1 rubygems

Version Path
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
foreman_remote_execution-4.5.0 webpack/index.js