Sha256: b675f8eb2e35dede92b0c60886d2e6b61c495c1cf732b0ee8c0d5c7e5ab5fad5

Contents?: true

Size: 405 Bytes

Versions: 88

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

88 entries across 88 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.27 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.26 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.26 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.25.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.25 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.25 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.24.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.24.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.24 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.24 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.23 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.23 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.22 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.22 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-4.0.21.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.21.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.21 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.20 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.19 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.9 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js