Project

General

Profile

« Previous | Next » 

Revision cdc03f08

Added by Walden Raines almost 6 years ago

Fixes #23275: move subscriptions page to main app.

Replace the existing angular subscriptions page with a new react
version of the page.

http://projects.theforeman.org/issues/23275

View differences:

webpack/index.js
import componentRegistry from 'foremanReact/components/componentRegistry';
import { mount } from 'foremanReact/common/MountingService';
import ExperimentalUi from './containers/Application/index';
import Application from './containers/Application/index';
import './redux';
// Not currently mocking anything
// import './services/api/setupMocks';
componentRegistry.register({
name: 'xui_katello',
type: ExperimentalUi,
name: 'katello',
type: Application,
});
mount('xui_katello', '#reactRoot');
mount('katello', '#reactRoot');

Also available in: Unified diff