summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-10 17:53:48 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commit040a9dca61e32c8408731c901457bc0609c3e10c (patch)
treec35eed0a79d96475a7ae445c256c564ba49efb5b /app
parentfa278fbb6cdc5ffbcd07cf1bb7983808d725d101 (diff)
downloadphosphor-webui-040a9dca61e32c8408731c901457bc0609c3e10c.tar.gz
phosphor-webui-040a9dca61e32c8408731c901457bc0609c3e10c.zip
Rename 'server indicator' to 'server led'
User feedback indicated that this is a more intuitive name for the label. Change-Id: I4d355eede4cac8b5fa4d19b568e151a1ec4c964a Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app')
-rw-r--r--app/common/directives/app-navigation.html2
-rw-r--r--app/server-health/controllers/unit-id-controller.html8
2 files changed, 5 insertions, 5 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html
index 7a48757..4828485 100644
--- a/app/common/directives/app-navigation.html
+++ b/app/common/directives/app-navigation.html
@@ -79,7 +79,7 @@
<a href="#/server-health/sensors-overview" ng-click="closeSubnav()" tabindex="5">Sensors</a></li>
<!--<li ng-class="{'active': (path == '/server-health/power-consumption')}"><a href="#/server-health/power-consumption" tabindex="4" ng-click="closeSubnav()">Power consumption</a></li>-->
<li ng-class="{'active': (path == '/server-health/unit-id')}">
- <a href="#/server-health/unit-id" tabindex="6" ng-click="closeSubnav()">Server indicator</a></li>
+ <a href="#/server-health/unit-id" tabindex="6" ng-click="closeSubnav()">Server LED</a></li>
<!--<li ng-class="{'active': (path == '/server-health/diagnostics')}"><a href="#/server-health/diagnostics" ng-click="closeSubnav()">Diagnostics</a></li>-->
</ul>
<ul class="nav__second-level btn-control" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-control')}">
diff --git a/app/server-health/controllers/unit-id-controller.html b/app/server-health/controllers/unit-id-controller.html
index a3e4c75..b4d8b44 100644
--- a/app/server-health/controllers/unit-id-controller.html
+++ b/app/server-health/controllers/unit-id-controller.html
@@ -1,10 +1,10 @@
<div id="uid-switch">
<div class="row column">
- <h1>Server indicator</h1>
+ <h1>Server LED</h1>
</div>
<div class="row column">
- <h2 class="h4">Server indicator control</h2>
+ <h2 class="h4">Server LED control</h2>
</div>
<div class="row column" ng-class="{disabled: dataService.server_unreachable || dataService.loading}">
@@ -21,8 +21,8 @@
<label for="toggle__switch-round" tabindex="0">Server indicator is <span class="uid-switch__status">{{dataService.LED_state}}</span></label>
</div>
<div class="uid-switch__label inline">
- <p>Server indicator is <span class="uid-switch__status">{{dataService.LED_state}}</span></p>
- <p>Control unit indicator to identify server unit</p>
+ <p>Server LED is <span class="uid-switch__status">{{dataService.LED_state}}</span></p>
+ <p>Control server LED to identify server unit</p>
</div>
</div>
</div>
OpenPOWER on IntegriCloud