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.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
katello-4.11.0.rc2 webpack/index.js
katello-4.11.0.rc1 webpack/index.js
katello-4.10.0 webpack/index.js
katello-4.9.2 webpack/index.js
katello-4.10.0.rc2 webpack/index.js
katello-4.10.0.rc1 webpack/index.js
katello-4.8.4 webpack/index.js
katello-4.9.1 webpack/index.js
katello-4.8.3 webpack/index.js
katello-4.9.0 webpack/index.js
katello-4.7.6 webpack/index.js
katello-4.8.2 webpack/index.js
katello-4.9.0.rc2 webpack/index.js
katello-4.9.0.rc1 webpack/index.js
katello-4.8.1 webpack/index.js