blob: 22df0c2098298368e7898cd61c53fbbce6ce7064 [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
Michael Davis29825e42017-07-12 16:13:22 -05006 <div class="row column btm-border-grey">
Michael Davis4d05d482017-07-12 15:53:09 -05007 <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
Michael Davis29825e42017-07-12 16:13:22 -050010 <div class="row column btm-border-grey bmc-reboot-option"
11 ng-class="{transitionAll: confirm && immediately_confirm}">
12 <ul>
13 <li>Rebooting the BMC causes your browser to lose contact with the BMC for several minutes.</li>
14 <li>When the BMC software has started, you can then log in again.</li>
15 <li>If the Log In button is not enabled after several minutes, you may need to point your browser to the
16 BMC’s address and log in again.
17 </li>
18 </ul>
19 <button id="bmc__reboot" class="btn-secondary" ng-click="bmcRebootConfirm()"><i>&#x21BB</i> Reboot BMC
20 </button>
21 <confirm title="Reboot the BMC"
22 message="Rebooting the BMC causes your browser to lose contact with the BMC for several minutes."
23 confirm="bmcReboot_confirm" cancel="bmcRebootCancel"></confirm>
24 </div>
25</div>