diff options
Diffstat (limited to 'web/kvm/navbar-msd.pug')
-rw-r--r-- | web/kvm/navbar-msd.pug | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug index fddcf198..63564ae6 100644 --- a/web/kvm/navbar-msd.pug +++ b/web/kvm/navbar-msd.pug @@ -43,9 +43,13 @@ 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 Emulate CD-ROM drive: + td Drive mode: td - +switch("msd-emulate-cdrom-checkbox") + 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 div(class="msd-multi-storage feature-disabled") hr div(class="text") |