diff --git a/ui/app/routes/topology.js b/ui/app/routes/topology.js index 89f35c4f8..41be52832 100644 --- a/ui/app/routes/topology.js +++ b/ui/app/routes/topology.js @@ -12,7 +12,6 @@ export default class TopologyRoute extends Route.extend(WithForbiddenState) { model() { return RSVP.hash({ - jobs: this.store.findAll('job'), allocations: this.store.query('allocation', { resources: true, task_states: false, @@ -26,7 +25,6 @@ export default class TopologyRoute extends Route.extend(WithForbiddenState) { // When the model throws, make sure the interface expected by the controller is consistent. if (!model) { controller.model = { - jobs: [], allocations: [], nodes: [], };