From f3d1c8b3b6371e11eb8e4448633654760f9934b0 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 29 Apr 2015 08:40:29 -0700 Subject: [PATCH] Bump version, show Services --- app/components/page-nav/template.hbs | 16 +++++++--------- package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) 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",