summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-12-25 05:09:52 +0300
committerDevaev Maxim <[email protected]>2020-12-25 05:09:52 +0300
commit3ae6f3f881b4a116f962c919af8606ba32d905db (patch)
tree74e883600db81a12706df1e741b3cfb6b8c9e74b /web/kvm/index.html
parentdd4c797d26bdd7107bfb748c1aced677ca083af0 (diff)
refactoring
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 59962dad..2c05a3b4 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -143,8 +143,8 @@
<td>Auto-resize stream window:</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>
+ <input checked type="checkbox" id="stream-auto-resize-switch">
+ <label for="stream-auto-resize-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
</table>
@@ -177,8 +177,8 @@
<td>Squash relative mouse moves:</td>
<td align="right">
<div class="switch-box">
- <input checked type="checkbox" id="hid-mouse-squash-checkbox">
- <label for="hid-mouse-squash-checkbox"><span class="switch-inner"></span><span class="switch"></span></label>
+ <input checked type="checkbox" id="hid-mouse-squash-switch">
+ <label for="hid-mouse-squash-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
</table>
@@ -189,8 +189,8 @@
<td>Connect HID to Server:</td>
<td align="right">
<div class="switch-box">
- <input checked type="checkbox" id="hid-connect-checkbox">
- <label for="hid-connect-checkbox"><span class="switch-inner"></span><span class="switch"></span></label>
+ <input checked type="checkbox" id="hid-connect-switch">
+ <label for="hid-connect-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
</table>
@@ -404,8 +404,8 @@
<td>Infinite loop playback:</td>
<td align="right">
<div class="switch-box">
- <input disabled type="checkbox" id="hid-recorder-loop-checkbox">
- <label for="hid-recorder-loop-checkbox"><span class="switch-inner"></span><span class="switch"></span></label>
+ <input disabled type="checkbox" id="hid-recorder-loop-switch">
+ <label for="hid-recorder-loop-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
</table>