diff --git a/ui/javascripts/app/router.js b/ui/javascripts/app/router.js index a7d68a03d..f79df94ff 100644 --- a/ui/javascripts/app/router.js +++ b/ui/javascripts/app/router.js @@ -21,7 +21,7 @@ App.Router.map(function() { // Services represent a consul service this.resource("services", { path: "/services" }, function(){ // Show an individual service - this.route("show", { path: "/:name" }); + this.route("show", { path: "/*name" }); }); // Nodes represent a consul node this.resource("nodes", { path: "/nodes" }, function() {