blob: 0468a8ffd390ceb02d3901cc52c9a7714654f79a [file] [log] [blame]
Michael Davisc7831fa2017-07-27 15:15:46 -05001<section id="bmc-reboot">
2 <div class="row column">
3 <h1>Reboot BMC</h1>
4 </div>
Michael Davis4d05d482017-07-12 15:53:09 -05005
Michael Davisc7831fa2017-07-27 15:15:46 -05006 <div class="row column">
7 <div class="page-header">
8 <p class="inline h4">Current BMC boot status</p>
9 <div class="float-right bmc-reboot__status-log inline">BMC last reboot at
10 <span class="courier-bold">{{dataService.last_updated |date:'h:mm:ss on MMM dd yyyy'}}</span></div>
11 </div>
12 </div>
13 <div class="row column">
14 <div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}">
15 <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>
16 <confirm title="Reboot the BMC"
Michael Davisc7831fa2017-07-27 15:15:46 -050017 confirm="confirm"
18 ng-show="confirm"
19 callback="reboot"></confirm>
20 </div>
21 </div>
22 <div class="row column">
Michael Davisb8a41c12017-08-14 14:59:46 -050023 <button id="bmc__reboot" class="btn-secondary float-right" ng-class="{disabled: confirm}" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable">
Michael Davisc7831fa2017-07-27 15:15:46 -050024 <i>&#x21BB</i> Reboot BMC
25 </button>
26 </div>
27</section>