Sha256: a4be159505331be4106ba370b6e7bdc108166a2ef97ce48d4e9276b727265544

Contents?: true

Size: 389 Bytes

Versions: 22

Compression:

Stored size: 389 Bytes

Contents

import componentRegistry from 'foremanReact/components/componentRegistry';
import injectReducer from 'foremanReact/redux/reducers/registerReducer';
import ForemanTemplates from './ForemanTemplates';
import templateSyncReducer from './reducer';

componentRegistry.register({
  name: 'ForemanTemplates',
  type: ForemanTemplates,
});

injectReducer('foremanTemplates', templateSyncReducer);

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_templates-10.0.2 webpack/index.js
foreman_templates-10.0.1 webpack/index.js
foreman_templates-10.0.0 webpack/index.js
foreman_templates-9.5.1 webpack/index.js
foreman_templates-9.5.0 webpack/index.js
foreman_templates-9.3.3 webpack/index.js
foreman_templates-9.3.2 webpack/index.js
foreman_templates-9.3.1 webpack/index.js
foreman_templates-9.4.0 webpack/index.js
foreman_templates-9.3.0 webpack/index.js
foreman_templates-9.2.0 webpack/index.js
foreman_templates-9.1.0 webpack/index.js
foreman_templates-9.0.2 webpack/index.js
foreman_templates-9.0.1 webpack/index.js
foreman_templates-9.0.0 webpack/index.js
foreman_templates-7.0.7 webpack/index.js
foreman_templates-8.0.0 webpack/index.js
foreman_templates-7.0.6 webpack/index.js
foreman_templates-7.0.5 webpack/index.js
foreman_templates-7.0.4 webpack/index.js