fix: add in for topology route

This commit is contained in:
Jai Bhagat
2021-12-15 12:03:55 -05:00
parent 5ca9ebe04d
commit fa5096a9ec
3 changed files with 8 additions and 8 deletions

View File

@@ -143,4 +143,11 @@ export default class TopologyControllers extends Controller {
this.filteredNodes = filteredNodesError.context;
}
}
get breadcrumb() {
return {
label: 'Topology',
args: ['topology'],
};
}
}

View File

@@ -1,6 +1,4 @@
{{#each this.breadcrumbs as |crumb|}}
<Breadcrumb @crumb={{crumb}} />
{{/each}}
<Breadcrumb @crumb={{breadcrumb}} />
{{page-title "Cluster Topology"}}
<PageLayout>
<section class="section is-full-width">

View File

@@ -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,