sensor setup

This commit is contained in:
snoop 2017-08-11 17:57:01 +09:00
parent 99b1d330ed
commit 2b9febb7d4

View File

@ -19,6 +19,9 @@ import SensorItemReadAllBySensorReducer from '@overflow/sensor/redux/reducer/ite
import readMachineReducer from '@overflow/infra/redux/reducer/machine_read';
import readHostReducer from '@overflow/infra/redux/reducer/host_read';
import CrawlerReadAllByTargetReducer from '@overflow/meta/redux/reducer/crawler_read_all_by_target';
import CrawlerAuthInputsReducer from '@overflow/meta/redux/reducer/crawler_auth_inputs';
import AsyncRequest from '@overflow/app/redux/saga/AsyncRequest';
// Container Configuration
@ -65,6 +68,8 @@ const reduxConfig: ReduxConfig = {
readNoAuthProbeReducer,
readMachineReducer,
readHostReducer,
CrawlerReadAllByTargetReducer,
CrawlerAuthInputsReducer,
],
sagaWatchers: [
AsyncRequest,