summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/kvm/index.html4
-rw-r--r--web/kvm/navbar-system.pug4
2 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 4bf69393..94c0863c 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -176,13 +176,13 @@
<hr>
<table class="kv">
<tr>
- <td>Keyboard:</td>
+ <td>Keyboard mode:</td>
<td>
<div class="radio-box" id="hid-outputs-keyboard"></div>
</td>
</tr>
<tr>
- <td>Mouse:</td>
+ <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>
</td>
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index 290cc21c..8602e673 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -47,10 +47,10 @@ li(class="right")
hr
table(class="kv")
tr
- td Keyboard:
+ td Keyboard mode:
td #[div(id="hid-outputs-keyboard" class="radio-box")]
tr
- td Mouse:
+ td Mouse #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md") mode]:
td #[div(id="hid-outputs-mouse" class="radio-box")]
table(class="kv")
tr(id="hid-mouse-squash" class="feature-disabled")