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 | |
Michael Davis | 29825e4 | 2017-07-12 16:13:22 -0500 | [diff] [blame] | 6 | <div class="row column btm-border-grey"> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame^] | 7 | <span class="bmc-reboot__status-log inline">BMC last reboot at {{dataService.last_updated |date:'h:mm:ss on MMM dd yyyy'}}</span> |
Michael Davis | 4d05d48 | 2017-07-12 15:53:09 -0500 | [diff] [blame] | 8 | </div> |
| 9 | |
Michael Davis | 29825e4 | 2017-07-12 16:13:22 -0500 | [diff] [blame] | 10 | <div class="row column btm-border-grey bmc-reboot-option" |
Iftekharul Islam | cd78950 | 2017-04-19 14:37:55 -0500 | [diff] [blame] | 11 | ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}"> |
Michael Davis | 29825e4 | 2017-07-12 16:13:22 -0500 | [diff] [blame] | 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 |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame^] | 16 | BMC’s address to log in again. |
Michael Davis | 29825e4 | 2017-07-12 16:13:22 -0500 | [diff] [blame] | 17 | </li> |
| 18 | </ul> |
Iftekharul Islam | cd78950 | 2017-04-19 14:37:55 -0500 | [diff] [blame] | 19 | <button id="bmc__reboot" class="btn-secondary" ng-click="rebootConfirm()" ng-disabled="dataService.server_unreachable"><i>↻</i> Reboot BMC |
Michael Davis | 29825e4 | 2017-07-12 16:13:22 -0500 | [diff] [blame] | 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." |
Iftekharul Islam | 5536812 | 2017-03-27 09:46:50 -0500 | [diff] [blame] | 23 | confirm="confirm" |
| 24 | ng-show="confirm" |
| 25 | callback="reboot"></confirm> |
Michael Davis | 29825e4 | 2017-07-12 16:13:22 -0500 | [diff] [blame] | 26 | </div> |
| 27 | </div> |