summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
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>