summaryrefslogtreecommitdiff
path: root/src/reducers/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/reducers/objects.js')
-rw-r--r--src/reducers/objects.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/reducers/objects.js b/src/reducers/objects.js
index b75e9ae6..df148dee 100644
--- a/src/reducers/objects.js
+++ b/src/reducers/objects.js
@@ -24,6 +24,11 @@ export const objects = combineReducers({
datacenter: object("datacenter"),
section: object("section"),
path: object("path"),
+ task: object("task"),
+ job: object("job"),
+ trace: object("trace"),
+ scheduler: object("scheduler"),
+ experiment: object("experiment"),
});
function object(type) {