Sha256: a186e447a3f19602c425c45efa275eb155865b1c14d3a13beb5a7d9aa7c3e962

Contents?: true

Size: 790 Bytes

Versions: 70

Compression:

Stored size: 790 Bytes

Contents

/* eslint import/no-unresolved: [2, { ignore: [foremanReact/*] }] */
/* eslint-disable import/no-extraneous-dependencies */
/* eslint-disable import/extensions */
/* eslint-disable import/no-unresolved */

import componentRegistry from 'foremanReact/components/componentRegistry';
import Application from './containers/Application/index';
import Content from './scenes/SmartProxy/Content';
import ChangeContentSource from './scenes/Hosts/ChangeContentSource';

import './redux';
// Not currently mocking anything
// import './services/api/setupMocks';

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

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

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

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
katello-4.7.5 webpack/index.js
katello-4.8.0 webpack/index.js
katello-4.8.0.rc2 webpack/index.js
katello-4.7.4 webpack/index.js
katello-4.8.0.rc1 webpack/index.js
katello-4.7.3 webpack/index.js
katello-4.7.2 webpack/index.js
katello-4.7.1 webpack/index.js
katello-4.6.2.1 webpack/index.js
katello-4.6.2 webpack/index.js
katello-4.7.0 webpack/index.js
katello-4.6.1 webpack/index.js
katello-4.7.0.rc2 webpack/index.js
katello-4.7.0.rc1 webpack/index.js
katello-4.4.2.2 webpack/index.js
katello-4.4.2.1 webpack/index.js
katello-4.4.2 webpack/index.js
katello-4.5.1 webpack/index.js
katello-4.6.0 webpack/index.js
katello-4.6.0.rc2 webpack/index.js