summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-msd.pug
diff options
context:
space:
mode:
Diffstat (limited to 'web/kvm/navbar-msd.pug')
-rw-r--r--web/kvm/navbar-msd.pug11
1 files changed, 6 insertions, 5 deletions
diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug
index 2ba68520..55a047a5 100644
--- a/web/kvm/navbar-msd.pug
+++ b/web/kvm/navbar-msd.pug
@@ -25,7 +25,9 @@ li(id="msd-dropdown" class="right feature-disabled")
hr
div(id="msd-message-rw-enabled" class="hidden")
+menu_message("warning", "Read-write mode is enabled")
- | Do not turn off PiKVM during this to prevent filesystem corruption
+ | Do not turn off PiKVM during this to prevent filesystem#[br]
+ | corruption, and don't use this mode unnecessarily.#[br]
+ | It can reduce the resource of the memory card.
hr
table(class="kv msd-single-storage feature-disabled")
tr
@@ -45,16 +47,15 @@ li(id="msd-dropdown" class="right feature-disabled")
td #[button(disabled id="msd-remove-button" title="Remove image") #[b   ×  ]]
table(class="kv msd-cdrom-emulation feature-disabled")
tr
- td Drive emulation #[a(target="_blank" href="https://docs.pikvm.org/msd") mode]:
+ td Drive #[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")
label(for="msd-mode-radio-cdrom") CD-ROM
input(type="radio" id="msd-mode-radio-flash" name="msd-mode-radio" value="0")
label(for="msd-mode-radio-flash") Flash
- table(class="kv msd-rw feature-disabled")
- tr
- +menu_switch_notable("msd-rw-switch", "Read-write mode", false, false)
+ td  
+ +menu_switch_notable("msd-rw-switch", "Writable", false, false, "msd-rw feature-disabled")
div(class="msd-multi-storage feature-disabled")
hr
div(class="text")