blob: 61427eb69df61b2f9b6553e93de0780a87cfdd0e [file] [log] [blame]
Michael Davis4d05d482017-07-12 15:53:09 -05001<div id="bmc-reboot">
2 <div class="row column">
3 <h1>Reboot BMC</h1>
4 </div>
5
6 <div class="row column">
7 <span class="bmc-reboot__status-log inline">BMC last reboot at {{dataService.last_updated |date:'h:mm:ss on MM/dd/yyyy'}}</span>
8 </div>
9
10 <div class="row column">
11
12 <div class="row column btm-border-grey bmc-reboot-option" ng-class="{disabled: confirm && !bmcreboot_confirm, transitionAll: confirm && bmcreboot_confirm}">
13 <button id="bmc__reboot" class="btn-secondary" ng-click="bmcrebootConfirm()" role="button">Reboot BMC</button>
14 <confirm title="Reboot BMC" message="perform an orderly shutdown" confirm="bmcreboot_confirm" callback="bmcReboot"></confirm>
15 </div>
16 </div>
Iftekharul Islamb37fdfb2017-07-12 15:36:20 -050017</div>