Sha256: 6654f901c1568f8a39c6dd7f33f6252213876ad20f3009d4da548d9c15b10bba

Contents?: true

Size: 534 Bytes

Versions: 33

Compression:

Stored size: 534 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';
import { reducers as inventorySyncReducers } from './Components/PageHeader/components/SyncButton';

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.18.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.18 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js