summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers/bmc-reboot-controller.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-25 14:10:45 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-25 21:11:35 +0000
commit5f0b776753678897722eb9fc7bb269cf5e47c10a (patch)
tree4244ea54671377be73c3089b2d8de63d4131dae4 /app/server-control/controllers/bmc-reboot-controller.html
parent3d0a4d96d8f02208e0fb6ad7bfb2d20a6753c5e7 (diff)
downloadphosphor-webui-5f0b776753678897722eb9fc7bb269cf5e47c10a.tar.gz
phosphor-webui-5f0b776753678897722eb9fc7bb269cf5e47c10a.zip
Remove tabs from HTML files
From https://google.github.io/styleguide/htmlcssguide.html "Indentation Indent by 2 spaces at a time. Don't use tabs or mix tabs and spaces for indentation." Tested: Manual regression testing on a Witherspoon. Change-Id: Ief7137dabc869b73b73f9947337fbb0abb5ca497 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/server-control/controllers/bmc-reboot-controller.html')
-rw-r--r--app/server-control/controllers/bmc-reboot-controller.html48
1 files changed, 24 insertions, 24 deletions
diff --git a/app/server-control/controllers/bmc-reboot-controller.html b/app/server-control/controllers/bmc-reboot-controller.html
index afadc1f..8b987a3 100644
--- a/app/server-control/controllers/bmc-reboot-controller.html
+++ b/app/server-control/controllers/bmc-reboot-controller.html
@@ -1,26 +1,26 @@
<section id="bmc-reboot">
- <div class="row column">
- <h1>Reboot BMC</h1>
- </div>
- <div class="row column">
- <div class="page-header">
- <p class="inline h4">Current BMC boot status</p>
- <div class="float-right bmc-reboot__status-log inline">BMC last reboot at
- <span class="courier-bold">{{reboot_time | date:'medium'}}</span></div>
- </div>
- </div>
- <div class="row column">
- <div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}">
- <p>When you reboot the BMC, your web browser loses contact with the BMC for several minutes. When the BMC is back online, you must log in again. If the Log In button is not available when the BMC is brought back online, close your web browser. Then, reopen the web browser and enter your BMC IP address.</p>
- <confirm title="Reboot the BMC"
- confirm="confirm"
- ng-show="confirm"
- callback="reboot"></confirm>
- </div>
- </div>
- <div class="row column">
- <button id="bmc__reboot" class="btn-secondary float-right" ng-class="{disabled: confirm}" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable">
- <i>&#x21BB</i> Reboot BMC
- </button>
- </div>
+ <div class="row column">
+ <h1>Reboot BMC</h1>
+ </div>
+ <div class="row column">
+ <div class="page-header">
+ <p class="inline h4">Current BMC boot status</p>
+ <div class="float-right bmc-reboot__status-log inline">BMC last reboot at
+ <span class="courier-bold">{{reboot_time | date:'medium'}}</span></div>
+ </div>
+ </div>
+ <div class="row column">
+ <div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}">
+ <p>When you reboot the BMC, your web browser loses contact with the BMC for several minutes. When the BMC is back online, you must log in again. If the Log In button is not available when the BMC is brought back online, close your web browser. Then, reopen the web browser and enter your BMC IP address.</p>
+ <confirm title="Reboot the BMC"
+ confirm="confirm"
+ ng-show="confirm"
+ callback="reboot"></confirm>
+ </div>
+ </div>
+ <div class="row column">
+ <button id="bmc__reboot" class="btn-secondary float-right" ng-class="{disabled: confirm}" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable">
+ <i>&#x21BB</i> Reboot BMC
+ </button>
+ </div>
</section>
OpenPOWER on IntegriCloud