Sha256: 43fad9350311b649bbae50f8c8fb6022b29b9de59d4cc6afd779483ab9959c77

Contents?: true

Size: 625 Bytes

Versions: 36

Compression:

Stored size: 625 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 './redux';
// Not currently mocking anything
// import './services/api/setupMocks';

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

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

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
katello-4.3.1 webpack/index.js
katello-4.2.2 webpack/index.js
katello-4.3.0 webpack/index.js
katello-4.3.0.rc4 webpack/index.js
katello-4.3.0.rc3 webpack/index.js
katello-4.3.0.rc2.1 webpack/index.js
katello-4.3.0.rc2 webpack/index.js
katello-4.3.0.rc1 webpack/index.js
katello-4.2.1 webpack/index.js
katello-4.2.0.1 webpack/index.js
katello-4.1.4 webpack/index.js
katello-4.0.3 webpack/index.js
katello-4.2.0.1.rc3 webpack/index.js
katello-4.2.0.1.rc2 webpack/index.js
katello-4.2.0.rc2 webpack/index.js
katello-4.1.3 webpack/index.js
katello-4.2.0.rc1 webpack/index.js
katello-4.0.2.1 webpack/index.js
katello-4.1.2.1 webpack/index.js
katello-4.0.2 webpack/index.js