blob: 24988bc21209d4addfcbd5f1aa4641492be57f83 [file] [log] [blame]
Michael Davisc7831fa2017-07-27 15:15:46 -05001<section id="bmc-reboot">
Gunnar Mills5f0b7762018-09-25 14:10:45 -05002 <div class="row column">
3 <h1>Reboot BMC</h1>
4 </div>
5 <div class="row column">
6 <div class="page-header">
beccabroekedf1ab42019-02-15 16:26:38 -06007 <h2 class="inline">Current BMC boot status</h2>
Gunnar Mills5f0b7762018-09-25 14:10:45 -05008 <div class="float-right bmc-reboot__status-log inline">BMC last reboot at
Alexander Filippovdbf04812018-11-16 16:26:04 +03009 <span class="courier-bold">{{reboot_time | localeDate}}</span></div>
Gunnar Mills5f0b7762018-09-25 14:10:45 -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"
16 confirm="confirm"
17 ng-show="confirm"
18 callback="reboot"></confirm>
19 </div>
20 </div>
21 <div class="row column">
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050022 <button id="bmc__reboot" class="btn btn-secondary" ng-class="{disabled: confirm}" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable">
23 <icon file="icon-restart.svg"></icon>Reboot BMC
Gunnar Mills5f0b7762018-09-25 14:10:45 -050024 </button>
25 </div>
Michael Davisc7831fa2017-07-27 15:15:46 -050026</section>