Sha256: b675f8eb2e35dede92b0c60886d2e6b61c495c1cf732b0ee8c0d5c7e5ab5fad5

Contents?: true

Size: 405 Bytes

Versions: 87

Compression:

Stored size: 405 Bytes

Contents

import { combineReducers } from 'redux';
import { reducers as accountListReducers } from './Components/AccountList';
import { reducers as dashboardReducers } from './Components/Dashboard';
import { reducers as filterReducers } from './Components/InventoryFilter';

export default {
  inventoryUpload: combineReducers({
    ...accountListReducers,
    ...dashboardReducers,
    ...filterReducers,
  }),
};

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-8.0.50 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-8.0.49 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js