summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-08-02 02:25:48 +0300
committerMaxim Devaev <[email protected]>2021-08-02 02:25:48 +0300
commit9927e933564b3a09e3803d6f17a28c83ca0c3dfb (patch)
tree37c16f42e902b0a814a62e5db4f400f1b5ef5f4f /web
parent5933cc0b09b4f37e7e5f714b23ab5993e6fc0b2c (diff)
fix
Diffstat (limited to 'web')
-rw-r--r--web/kvm/index.html4
-rw-r--r--web/kvm/navbar-msd.pug4
2 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 5402303b..a36a4792 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -328,8 +328,8 @@
</td>
</tr>
</table>
- <table class="kv msd-multi-storage feature-disabled">
- <tr class="msd-cdrom-emulation feature-disabled">
+ <table class="kv msd-cdrom-emulation feature-disabled">
+ <tr>
<td>Drive <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/msd.md">mode</a>:</td>
<td>
<div class="radio-box">
diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug
index dd671f71..87902c91 100644
--- a/web/kvm/navbar-msd.pug
+++ b/web/kvm/navbar-msd.pug
@@ -38,8 +38,8 @@ li(id="msd-dropdown" class="right feature-disabled")
td Image:
td(width="100%") #[select(disabled id="msd-image-selector")]
td #[button(disabled id="msd-remove-button") Remove]
- table(class="kv msd-multi-storage feature-disabled")
- tr(class="msd-cdrom-emulation feature-disabled")
+ table(class="kv msd-cdrom-emulation feature-disabled")
+ tr
td Drive #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/msd.md") mode]:
td
div(class="radio-box")