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