summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html2
-rw-r--r--web/kvm/navbar-msd.pug2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 59870d50..66ade035 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -348,7 +348,7 @@
</table>
<table class="kv msd-multi-storage feature-disabled">
<tr class="msd-cdrom-emulation feature-disabled">
- <td>Drive mode:</td>
+ <td>Drive <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/msd.md">mode</a>:</td>
<td>
<div class="radio-box">
<input checked type="radio" id="msd-mode-radio-cdrom" name="msd-mode-radio" value="1">
diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug
index a12ee247..6739c588 100644
--- a/web/kvm/navbar-msd.pug
+++ b/web/kvm/navbar-msd.pug
@@ -46,7 +46,7 @@ li(id="msd-dropdown" class="right feature-disabled")
td #[button(disabled id="msd-remove-image") Remove]
table(class="kv msd-multi-storage feature-disabled")
tr(class="msd-cdrom-emulation feature-disabled")
- td Drive mode:
+ td Drive #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/msd.md") mode]:
td
div(class="radio-box")
input(checked type="radio" id="msd-mode-radio-cdrom" name="msd-mode-radio" value="1")