summaryrefslogtreecommitdiffstats
path: root/app/overview/controllers
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-27 22:26:29 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-30 14:44:30 +0000
commit77f29e1d27b70d8172f7153b3044d4b9433fa744 (patch)
treee94066a1eac1b2556d3376978b19a6992b557f41 /app/overview/controllers
parent5a0ccd08ba913fd7b198813fe1dcd6599b9ac255 (diff)
downloadphosphor-webui-77f29e1d27b70d8172f7153b3044d4b9433fa744.tar.gz
phosphor-webui-77f29e1d27b70d8172f7153b3044d4b9433fa744.zip
Change "turn on server LED" text
We ran several customers through usability testing of the GUI this week. One area that caused confusion is the "Turn on server indicator". We had a customer think it was a button to power on the server. Other customers were also confused about what it does. After discussing and getting customer feedback, "Turn on server LED" is better understood. This also matches what is on the Server LED page. Change-Id: I1b55a377c85ee6e649e27e2a6923b5e17fd23a30 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview/controllers')
-rw-r--r--app/overview/controllers/system-overview-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index 4ce9437..d7069ad 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -89,7 +89,7 @@
<p class="inline courier-bold float-right">3:20:12 5/22/2017 UTC</p>
</div>
<div class="quick-links__item no-icon">
- <p class="inline quick-links__label">Turn <span ng-if="dataService.LED_state == 'off'">on</span><span ng-if="dataService.LED_state == 'on'">off</span> server indicator</p>
+ <p class="inline quick-links__label">Turn <span ng-if="dataService.LED_state == 'off'">on</span><span ng-if="dataService.LED_state == 'on'">off</span> server LED</p>
<div class="toggle inline float-right">
<input id="toggle__switch-round"
class="toggle-switch toggle-switch__round-flat"
OpenPOWER on IntegriCloud