1c7831fa6SMichael Davis<section id="bmc-reboot"> 2cd789508SIftekharul Islam <div class="row column"> 3cd789508SIftekharul Islam <h1>Reboot BMC</h1> 4cd789508SIftekharul Islam </div> 5c7831fa6SMichael Davis <div class="row column"> 6c7831fa6SMichael Davis <div class="page-header"> 7*edf1ab46Sbeccabroek <h2 class="inline">Current BMC boot status</h2> 8c7831fa6SMichael Davis <div class="float-right bmc-reboot__status-log inline">BMC last reboot at 9dbf04811SAlexander Filippov <span class="courier-bold">{{reboot_time | localeDate}}</span></div> 10cd789508SIftekharul Islam </div> 11c7831fa6SMichael Davis </div> 12c7831fa6SMichael Davis <div class="row column"> 13c7831fa6SMichael Davis <div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}"> 14c7831fa6SMichael Davis <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> 15cd789508SIftekharul Islam <confirm title="Reboot the BMC" 16cd789508SIftekharul Islam confirm="confirm" 17cd789508SIftekharul Islam ng-show="confirm" 18cd789508SIftekharul Islam callback="reboot"></confirm> 19cd789508SIftekharul Islam </div> 20cd789508SIftekharul Islam </div> 21c7831fa6SMichael Davis <div class="row column"> 22b8a41c18SMichael Davis <button id="bmc__reboot" class="btn-secondary float-right" ng-class="{disabled: confirm}" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable"> 23c7831fa6SMichael Davis <i>↻</i> Reboot BMC 24c7831fa6SMichael Davis </button> 25c7831fa6SMichael Davis </div> 26c7831fa6SMichael Davis</section> 27