diff options
Diffstat (limited to 'static/partial-kvm.html')
| -rw-r--r-- | static/partial-kvm.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/static/partial-kvm.html b/static/partial-kvm.html deleted file mode 100644 index 61628b6..0000000 --- a/static/partial-kvm.html +++ /dev/null @@ -1,31 +0,0 @@ -<div id="noVNC_container" ng-controller="KvmController"> - <div id="noVNC_status_bar" class="noVNC_status_bar" style="margin-top: 0px;"> - <table border=0 width="100%"> - <tr> - <td> - <div id="noVNC_status" style="position: relative; height: auto;"> - Loading - </div> - </td> - <td width="1%"> - <div id="noVNC_buttons"> - <input type=button value="Send CtrlAltDel" id="sendCtrlAltDelButton"> - <span id="noVNC_xvp_buttons"> - <input type=button value="Shutdown" - id="xvpShutdownButton"> - <input type=button value="Reboot" - id="xvpRebootButton"> - <input type=button value="Reset" - id="xvpResetButton"> - </span> - </div> - </td> - </tr> - </table> - </div> - <canvas id="noVNC_canvas" width="640px" height="20px"> - Canvas not supported. - </canvas> -</div> - - |

