Sha256: 6b24ae85a29eaefb866e9883b4c0b8ad5bcbd5784e5e1ecb7a4557a26f6d8ec6
Contents?: true
Size: 568 Bytes
Versions: 1
Compression:
Stored size: 568 Bytes
Contents
import componentRegistry from 'foremanReact/components/componentRegistry'; import ForemanInventoryUpload from './ForemanInventoryUpload'; import InsightsCloudSync from './InsightsCloudSync'; import InsightsHostDetailsTab from './InsightsHostDetailsTab'; const pages = [ { name: 'ForemanInventoryUpload', type: ForemanInventoryUpload }, { name: 'InsightsCloudSync', type: InsightsCloudSync }, { name: 'InsightsHostDetailsTab', type: InsightsHostDetailsTab }, ]; export const registerPages = () => { pages.forEach(page => componentRegistry.register(page)); };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_rh_cloud-3.0.14 | webpack/ForemanRhCloudPages.js |