summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-11-07 05:55:34 +0300
committerDevaev Maxim <[email protected]>2020-11-07 05:55:34 +0300
commitb83ba7692ae96a4d1e479f48d5194c697295719a (patch)
treed5d31bc784bf732d554e152b7468d605b6766cbd /web/kvm/index.html
parentafcd6408bba3852fcfdb8a795e0baa9d8f4d1d7d (diff)
optional relative squashing
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html32
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">