diff --git a/app/components/page-nav/template.hbs b/app/components/page-nav/template.hbs index b8e107d23..5fea267b1 100644 --- a/app/components/page-nav/template.hbs +++ b/app/components/page-nav/template.hbs @@ -1,6 +1,13 @@
+{{#if hasServices}} + {{#link-to "environments" title="Services" classNames="nav-services"}} + + + {{/link-to}} +{{/if}} + {{#link-to "hosts" title="Hosts" classNames="nav-hosts"}} @@ -11,15 +18,6 @@ {{/link-to}} -{{!#if hasServices}} - {{!#link-to "environments" title="Services" classNames="nav-services"}} - - {{!/link-to}} -{{!/if}} - {{#link-to "balancing" title="Balancing" classNames="nav-balancing"}} diff --git a/package.json b/package.json index 87b40aef6..2aa4488d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.17.1", + "version": "0.18.0", "private": true, "directories": { "doc": "doc",