mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
fix: add in for topology route
This commit is contained in:
@@ -143,4 +143,11 @@ export default class TopologyControllers extends Controller {
|
||||
this.filteredNodes = filteredNodesError.context;
|
||||
}
|
||||
}
|
||||
|
||||
get breadcrumb() {
|
||||
return {
|
||||
label: 'Topology',
|
||||
args: ['topology'],
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user