diff --git a/ui/app/router.js b/ui/app/router.js index 12c3c3047..8a6cf648c 100644 --- a/ui/app/router.js +++ b/ui/app/router.js @@ -37,6 +37,8 @@ Router.map(function() { }); }); + this.route('topology'); + this.route('csi', function() { this.route('volumes', function() { this.route('volume', { path: '/:volume_name' }); diff --git a/ui/app/templates/components/gutter-menu.hbs b/ui/app/templates/components/gutter-menu.hbs index eb788f0b9..9d0608d35 100644 --- a/ui/app/templates/components/gutter-menu.hbs +++ b/ui/app/templates/components/gutter-menu.hbs @@ -81,6 +81,7 @@
diff --git a/ui/app/templates/topology.hbs b/ui/app/templates/topology.hbs new file mode 100644 index 000000000..19f060db0 --- /dev/null +++ b/ui/app/templates/topology.hbs @@ -0,0 +1,9 @@ +{{title "Cluster Topology"}} +