From fa5096a9ecfc2190215ebf873c7b4a316fa8bd14 Mon Sep 17 00:00:00 2001 From: Jai Bhagat Date: Wed, 15 Dec 2021 12:03:55 -0500 Subject: [PATCH] fix: add in for topology route --- ui/app/controllers/topology.js | 7 +++++++ ui/app/templates/topology.hbs | 4 +--- ui/config/environment.js | 5 ----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/app/controllers/topology.js b/ui/app/controllers/topology.js index 4b9a38b06..a16d411d4 100644 --- a/ui/app/controllers/topology.js +++ b/ui/app/controllers/topology.js @@ -143,4 +143,11 @@ export default class TopologyControllers extends Controller { this.filteredNodes = filteredNodesError.context; } } + + get breadcrumb() { + return { + label: 'Topology', + args: ['topology'], + }; + } } diff --git a/ui/app/templates/topology.hbs b/ui/app/templates/topology.hbs index d1c2cd42c..e2d060fa3 100644 --- a/ui/app/templates/topology.hbs +++ b/ui/app/templates/topology.hbs @@ -1,6 +1,4 @@ -{{#each this.breadcrumbs as |crumb|}} - -{{/each}} + {{page-title "Cluster Topology"}}
diff --git a/ui/config/environment.js b/ui/config/environment.js index 1894c0c55..35f112b9b 100644 --- a/ui/config/environment.js +++ b/ui/config/environment.js @@ -25,12 +25,7 @@ module.exports = function(environment) { APP: { blockingQueries: true, -<<<<<<< HEAD mirageScenario: 'topoMedium', -======= - // TODO: revert before merging to main. - mirageScenario: 'allJobTypes', // convert to 'sysbatchSmall' when working on feature ->>>>>>> 5a1df0423 (feat: create trigger component) mirageWithNamespaces: false, mirageWithTokens: true, mirageWithRegions: true,