summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-07-18 20:44:22 +0300
committerDevaev Maxim <[email protected]>2021-07-18 20:44:22 +0300
commit978d0b541391eb1ff634060f1b89d92acc1117d1 (patch)
tree28acbcb5947ccdae3227fc2b1633c76224e99843 /web/kvm
parent0232589a83105189cbfeadc5018d2a6932642203 (diff)
link to msd doc
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")