Sha256: 589d0453b20f8a0caeb0c5379a1cc2e1f3c4dd145702c47ed3f22c454cc7a912

Contents?: true

Size: 504 Bytes

Versions: 16

Compression:

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

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-3.18.5 webpack/index.js
katello-3.18.4 webpack/index.js
katello-3.18.3.1 webpack/index.js
katello-3.18.3 webpack/index.js
katello-3.18.2.1 webpack/index.js
katello-3.18.2 webpack/index.js
katello-3.17.3 webpack/index.js
katello-3.18.1.1 webpack/index.js
katello-3.17.2 webpack/index.js
katello-3.18.1 webpack/index.js
katello-3.18.0 webpack/index.js
katello-3.17.1 webpack/index.js
katello-3.18.0.rc2.1 webpack/index.js
katello-3.18.0.rc2 webpack/index.js
katello-3.17.0 webpack/index.js
katello-3.18.0.rc1 webpack/index.js