Ed Tanous | 904063f | 2017-03-02 16:48:24 -0800 | [diff] [blame] | 1 | <div id="noVNC_container" ng-controller="KvmController"> |
| 2 | <div id="noVNC_status_bar" class="noVNC_status_bar" style="margin-top: 0px;"> |
| 3 | <table border=0 width="100%"> |
| 4 | <tr> |
| 5 | <td> |
| 6 | <div id="noVNC_status" style="position: relative; height: auto;"> |
| 7 | Loading |
| 8 | </div> |
| 9 | </td> |
| 10 | <td width="1%"> |
| 11 | <div id="noVNC_buttons"> |
| 12 | <input type=button value="Send CtrlAltDel" id="sendCtrlAltDelButton"> |
| 13 | <span id="noVNC_xvp_buttons"> |
| 14 | <input type=button value="Shutdown" |
| 15 | id="xvpShutdownButton"> |
| 16 | <input type=button value="Reboot" |
| 17 | id="xvpRebootButton"> |
| 18 | <input type=button value="Reset" |
| 19 | id="xvpResetButton"> |
| 20 | </span> |
| 21 | </div> |
| 22 | </td> |
| 23 | </tr> |
| 24 | </table> |
| 25 | </div> |
| 26 | <canvas id="noVNC_canvas" width="640px" height="20px"> |
| 27 | Canvas not supported. |
| 28 | </canvas> |
| 29 | </div> |
| 30 | |
| 31 | |