Ed Tanous | 4758d5b | 2017-06-06 15:28:13 -0700 | [diff] [blame] | 1 | <div class="modal-header"> |
| 2 | <h2 class="modal-title" id="modal-title">Firmware Update</h2> |
| 3 | </div> |
| 4 | <div class="modal-body" id="modal-body"> |
| 5 | <h3>Loading Version: {{ image_info.major_version }}.{{ image_info.submajor_version }}.{{ image_info.sha1_version }}</h3> |
| 6 | <p>Updating your firmware will cause your BMC to become unresponsive while update is processed. |
| 7 | <p><b> Selected: </b>{{ file_to_load.name }} |
| 8 | </div> |
| 9 | <div class="modal-footer"> |
| 10 | <button class="btn btn-primary" type="button" ng-click="okModal()">OK</button> |
| 11 | <button class="btn btn-warning" type="button" ng-click="dismissModal()">Cancel</button> |
| 12 | </div> |