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.13.1 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.11 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js
foreman_rh_cloud-2.0.10 webpack/ForemanInventoryUpload/ForemanInventoryUploadReducers.js