blob: afadc1f19556dd5dfd1ff3418d2ad36189c1a6e2 [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 Davisc7831fa2017-07-27 15:15:46 -05005 <div class="row column">
6 <div class="page-header">
7 <p class="inline h4">Current BMC boot status</p>
8 <div class="float-right bmc-reboot__status-log inline">BMC last reboot at
beccabroekbfc99902018-07-24 15:36:33 -05009 <span class="courier-bold">{{reboot_time | date:'medium'}}</span></div>
Michael Davisc7831fa2017-07-27 15:15:46 -050010 </div>
11 </div>
12 <div class="row column">
13 <div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}">
14 <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>
15 <confirm title="Reboot the BMC"
Michael Davisc7831fa2017-07-27 15:15:46 -050016 confirm="confirm"
17 ng-show="confirm"
18 callback="reboot"></confirm>
19 </div>
20 </div>
21 <div class="row column">
Michael Davisb8a41c12017-08-14 14:59:46 -050022 <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 -050023 <i>&#x21BB</i> Reboot BMC
24 </button>
25 </div>
26</section>