summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-31 18:36:45 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 13:46:35 -0500
commit7f89fad6454c71d14b0d84c691712faffc8e37f3 (patch)
tree73f3ae4f37d33c87c83c6c94f39dbd351eb09ae6 /app/server-control/controllers
parentdc7479b97cfe27a367199ddec25e68792d6cdf23 (diff)
downloadphosphor-webui-7f89fad6454c71d14b0d84c691712faffc8e37f3.tar.gz
phosphor-webui-7f89fad6454c71d14b0d84c691712faffc8e37f3.zip
UI changes and fixes based on QA feedback
Change-Id: I13bae30e86330a8831d35f1d8a2f7da821324e37 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-control/controllers')
-rw-r--r--app/server-control/controllers/power-operations-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/server-control/controllers/power-operations-controller.html b/app/server-control/controllers/power-operations-controller.html
index 38842a4..207bc1c 100644
--- a/app/server-control/controllers/power-operations-controller.html
+++ b/app/server-control/controllers/power-operations-controller.html
@@ -14,7 +14,7 @@
<div class="row column">
<div id="power-indicator-bar" class="power__indicator-bar" ng-class="{'power__state-on': dataService.server_state == 'Running', 'power__state-off': dataService.server_state == 'Off', 'power__state-indet': dataService.server_state == 'Quiesced'}">
<p class="inline">{{dataService.server_id}}</p>
- <h3 class="power__state inline float-right h3"><span>{{dataService.server_state}}</span></h3>
+ <h3 class="power__state inline no-margin h3"><span>{{dataService.server_state}}</span></h3>
</div>
</div>
<div class="row column">
OpenPOWER on IntegriCloud