Sha256: a186e447a3f19602c425c45efa275eb155865b1c14d3a13beb5a7d9aa7c3e962

Contents?: true

Size: 790 Bytes

Versions: 65

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

65 entries across 65 versions & 1 rubygems

Version Path
katello-4.14.2 webpack/index.js
katello-4.15.0 webpack/index.js
katello-4.15.0.rc2 webpack/index.js
katello-4.15.0.rc1 webpack/index.js
katello-4.14.1 webpack/index.js
katello-4.14.0 webpack/index.js
katello-4.14.0.rc3 webpack/index.js
katello-4.14.0.rc2 webpack/index.js
katello-4.14.0.rc1.1 webpack/index.js
katello-4.14.0.rc1 webpack/index.js
katello-4.13.1 webpack/index.js
katello-4.13.0 webpack/index.js
katello-4.12.1 webpack/index.js
katello-4.13.0.rc1 webpack/index.js
katello-4.12.0 webpack/index.js
katello-4.12.0.rc3 webpack/index.js
katello-4.12.0.rc2 webpack/index.js
katello-4.12.0.rc1 webpack/index.js
katello-4.11.1 webpack/index.js
katello-4.11.0 webpack/index.js