diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-05-08 11:20:12 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 13:14:23 -0500 |
| commit | e126be7a6629885a1f8139895fcb99bd9d03f068 (patch) | |
| tree | b8d36a63aaa55d16d70b12dd9952dfc18d52776d /app/server-control/controllers | |
| parent | 19ac8f8a6ca2259c08693bb27249e9f1aa959773 (diff) | |
| download | phosphor-webui-e126be7a6629885a1f8139895fcb99bd9d03f068.tar.gz phosphor-webui-e126be7a6629885a1f8139895fcb99bd9d03f068.zip | |
Text style fixes
Numerous minor style corrections (ex. lower vs upper case)
Change-Id: I0c77f590847d4978ac3ffbad82fc2acd481b70f9
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-control/controllers')
| -rw-r--r-- | app/server-control/controllers/bmc-reboot-controller.html | 4 | ||||
| -rw-r--r-- | app/server-control/controllers/power-operations-controller.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/server-control/controllers/bmc-reboot-controller.html b/app/server-control/controllers/bmc-reboot-controller.html index 50fca7f..082e0d5 100644 --- a/app/server-control/controllers/bmc-reboot-controller.html +++ b/app/server-control/controllers/bmc-reboot-controller.html @@ -4,7 +4,7 @@ </div> <div class="row column btm-border-grey"> - <span class="bmc-reboot__status-log inline">BMC last reboot at {{dataService.last_updated |date:'h:mm:ss on MM/dd/yyyy'}}</span> + <span class="bmc-reboot__status-log inline">BMC last reboot at {{dataService.last_updated |date:'h:mm:ss on MMM dd yyyy'}}</span> </div> <div class="row column btm-border-grey bmc-reboot-option" @@ -13,7 +13,7 @@ <li>Rebooting the BMC causes your browser to lose contact with the BMC for several minutes.</li> <li>When the BMC software has started, you can then log in again.</li> <li>If the Log In button is not enabled after several minutes, you may need to point your browser to the - BMC’s address and log in again. + BMC’s address to log in again. </li> </ul> <button id="bmc__reboot" class="btn-secondary" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable"><i>↻</i> Reboot BMC diff --git a/app/server-control/controllers/power-operations-controller.html b/app/server-control/controllers/power-operations-controller.html index 79aa861..54c31fc 100644 --- a/app/server-control/controllers/power-operations-controller.html +++ b/app/server-control/controllers/power-operations-controller.html @@ -1,14 +1,14 @@ <div id="power-operations"> <div class="row column"> - <h1>Server power operation</h1> + <h1>Server power operations</h1> </div> <!-- Current status and bar display the state of the server. Class 'power__state-off' is applied to bar and 'power__state' text switches to say "off"--> <div class="row column"> <div class="power__current-status "> <h2 class="inline h4">Current status</h2> - <span class="power__status-log inline float-right">Server last reset at {{dataService.last_updated |date:'h:mm:ss on MM/dd/yyyy'}}</span> + <span class="power__status-log inline float-right">Server last reboot at {{dataService.last_updated |date:'h:mm:ss on MMM dd yyyy'}}</span> </div> </div> <div class="row column"> @@ -24,7 +24,7 @@ <!-- Power on displays only when server is shutdown --> <div class="row column power-option" ng-hide="dataService.server_state == 'Running' || dataService.server_state == 'Quiesced'" ng-class="{disabled: dataService.server_unreachable || (confirm && !power_confirm) || dataService.loading, transitionAll: confirm && power_confirm}"> - <button id="power__power-on" class="btn-secondary" ng-click="togglePower()" role="button" ng-disabled="dataService.server_unreachable"><img src="assets/images/icon-power.svg">Power On</button> + <button id="power__power-on" class="btn-secondary" ng-click="togglePower()" role="button" ng-disabled="dataService.server_unreachable"><img src="assets/images/icon-power.svg">Power on</button> <p>Attempts to power on the server</p> <!---<confirm title="power off" message="Power off the server" confirm="power_confirm" ng-show="power_confirm" callback="togglePower"></confirm>--> |

