summaryrefslogtreecommitdiffstats
path: root/app/common/directives/app-navigation.html
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-04-18 10:01:04 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:41:34 -0500
commit994a93b29ddbae647f2cb1aae6ec94e8a26db88c (patch)
treebf1607ebd92954aac3db2ade6b0d9b288c353aa3 /app/common/directives/app-navigation.html
parent0c26234e00c3634e1e3a71dc9ccb81dd3569088b (diff)
downloadphosphor-webui-994a93b29ddbae647f2cb1aae6ec94e8a26db88c.tar.gz
phosphor-webui-994a93b29ddbae647f2cb1aae6ec94e8a26db88c.zip
add inventory templates
Change-Id: I735465dc2d6ab0583586ece23380ea8570f024fa Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/directives/app-navigation.html')
-rw-r--r--app/common/directives/app-navigation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html
index 9fbf8fc..6a0fb14 100644
--- a/app/common/directives/app-navigation.html
+++ b/app/common/directives/app-navigation.html
@@ -38,8 +38,8 @@
</ul>
<ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: firstLevel == 'health'}">
<li ng-class="{'active': (path == '/overview/log')}"><a href="#/overview/log" tabindex="7">Event log</a></li>
- <li><a href="">FRU Information</a></li>
- <li ng-class="{'active': (path == '/overview/sensors-overview')}"><a href="#/overview/sensors-overview">Sensor data</a></li>
+ <li ng-class="{'active': (path == '/overview/inventory-overview')}"><a href="#/overview/inventory-overview">Hardware Inventory</a></li>
+ <li ng-class="{'active': (path == '/overview/sensors-overview') || (path == '/overview/sensors')}"><a href="#/overview/sensors-overview">Sensor data</a></li>
<li ng-class="{'active': (path == '/overview/power-consumption')}"><a href="" tabindex="4">Power consumption</a></li>
<li ng-class="{'active': (path == '/overview/unit-id')}"><a href="#/overview/unit-id" tabindex="6">Unit id</a></li>
<li><a href="">Diagnostics</a></li>
OpenPOWER on IntegriCloud