Sha256: 5ab93c75e72d5823c6d23fa4752d84904e47f2e05d8bd75986c6e73bd18c2a48

Contents?: true

Size: 428 Bytes

Versions: 24

Compression:

Stored size: 428 Bytes

Contents

import { combineReducers } from 'redux';
import inventoryUploadReducers from './ForemanInventoryUpload/ForemanInventoryUploadReducers';
import insightsReducers from './InsightsCloudSync/InsightsCloudSyncReducers';
import { hostInsightsReducers } from './InsightsHostDetailsTab';

export default {
  ForemanRhCloud: combineReducers({
    ...inventoryUploadReducers,
    ...insightsReducers,
    ...hostInsightsReducers,
  }),
};

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.18 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.18 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.17 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.17 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.16 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.16 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.15 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.15 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.14 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.14 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-0.9.14 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.13.1 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-0.9.13 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.13 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-2.0.13 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-0.9.12 webpack/ForemanRhCloudReducers.js
foreman_rh_cloud-1.0.12 webpack/ForemanRhCloudReducers.js