blob: b847624bfb487185e728fe89edd9e0a87df4063c [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"
Iftekharul Islam55368122017-03-27 09:46:50 -050011 ng-class="{disabled: confirm || dataService.loading, transitionAll: confirm}">
Michael Davis29825e42017-07-12 16:13:22 -050012 <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>
Iftekharul Islam55368122017-03-27 09:46:50 -050019 <button id="bmc__reboot" class="btn-secondary" ng-click="rebootConfirm()"><i>&#x21BB</i> Reboot BMC
Michael Davis29825e42017-07-12 16:13:22 -050020 </button>
21 <confirm title="Reboot the BMC"
22 message="Rebooting the BMC causes your browser to lose contact with the BMC for several minutes."
Iftekharul Islam55368122017-03-27 09:46:50 -050023 confirm="confirm"
24 ng-show="confirm"
25 callback="reboot"></confirm>
Michael Davis29825e42017-07-12 16:13:22 -050026 </div>
27</div>