Michael Davis | 4d05d48 | 2017-07-12 15:53:09 -0500 | [diff] [blame] | 1 | <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 Islam | b37fdfb | 2017-07-12 15:36:20 -0500 | [diff] [blame] | 17 | </div> |