diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index e494a920..ee2b7fe6 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -143,16 +143,30 @@ </div> </div> <hr> - <div class="text"> - <table class="one-line-switch"> - <td>Auto-resize stream:</td> - <td align="right"> - <div class="switch-box"> - <input checked type="checkbox" id="stream-auto-resize-checkbox"> - <label for="stream-auto-resize-checkbox"><span class="switch-inner"></span><span class="switch"></span></label> + <div class="text"> + <table class="one-line-switch"> + <td>Auto-resize stream:</td> + <td align="right"> + <div class="switch-box"> + <input checked type="checkbox" id="stream-auto-resize-checkbox"> + <label for="stream-auto-resize-checkbox"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </table> + </div> + <div class="feature-disabled" id="mouse-squash"> + <hr> + <div class="text"> + <table class="one-line-switch"> + <td>Squash mouse moves:</td> + <td align="right"> + <div class="switch-box"> + <input checked type="checkbox" id="mouse-squash-checkbox"> + <label for="mouse-squash-checkbox"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </table> </div> - </td> - </table> </div> <hr> <div class="buttons"> |