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