summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-23 18:32:37 +0300
committerMaxim Devaev <[email protected]>2022-07-23 18:32:37 +0300
commit0d1e8b4c10eb3014348d026ef077b089f906cc11 (patch)
tree5d3fab5ad6c3610272a69d1a685bee33acebe991
parentf4d8a6d5237324717a89b76f64f0d3eae5375204 (diff)
clarify
-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 19dac343..6c46afce 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -426,7 +426,7 @@
</table>
<table class="kv msd-cdrom-emulation feature-disabled">
<tr>
- <td>Drive <a target="_blank" href="https://docs.pikvm.org/msd">mode</a>:</td>
+ <td>Drive emulation <a target="_blank" href="https://docs.pikvm.org/msd">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 ebe017e9..165c30f0 100644
--- a/web/kvm/navbar-msd.pug
+++ b/web/kvm/navbar-msd.pug
@@ -40,7 +40,7 @@ li(id="msd-dropdown" class="right feature-disabled")
td #[button(disabled id="msd-remove-button" title="Remove image") #[b &nbsp;&nbsp;&times;&nbsp;&nbsp;]]
table(class="kv msd-cdrom-emulation feature-disabled")
tr
- td Drive #[a(target="_blank" href="https://docs.pikvm.org/msd") mode]:
+ td Drive emulation #[a(target="_blank" href="https://docs.pikvm.org/msd") mode]:
td
div(class="radio-box")
input(checked type="radio" id="msd-mode-radio-cdrom" name="msd-mode-radio" value="1")