mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
refactoring
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user