summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-07-23 22:38:01 +0300
committerMaxim Devaev <[email protected]>2021-07-23 22:38:01 +0300
commit11bf43de9236c77497fadf262bb99bd968a5a576 (patch)
tree0b1e99da7b0b590648ff998f5c7191086b5c2ccd /web/kvm/index.html
parent189ff593792918d3bf95c1d61c66a80fcb67744d (diff)
separate keyboard and mouse output handling
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 97f6f2b4..0ba4ba09 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -175,16 +175,16 @@
<div class="feature-disabled" id="hid-outputs">
<hr>
<table class="kv">
- <tr>
+ <tr class="feature-disabled" id="hid-outputs-keyboard">
<td>Keyboard mode:</td>
<td>
- <div class="radio-box" id="hid-outputs-keyboard"></div>
+ <div class="radio-box" id="hid-outputs-keyboard-box"></div>
</td>
</tr>
- <tr>
+ <tr class="feature-disabled" id="hid-outputs-mouse">
<td>Mouse <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md">mode</a>:</td>
<td>
- <div class="radio-box" id="hid-outputs-mouse"></div>
+ <div class="radio-box" id="hid-outputs-mouse-box"></div>
</td>
</tr>
</table>