diff options
-rw-r--r-- | web/kvm/index.html | 4 | ||||
-rw-r--r-- | web/kvm/navbar-msd.pug | 4 |
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") |