diff options
author | Devaev Maxim <[email protected]> | 2020-07-19 14:25:54 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-07-19 14:25:54 +0300 |
commit | ab13399a2afa07346f635f9c70fca93ec9201e5e (patch) | |
tree | 4aac943d5409459ab4123f3b701b8b7528a27142 /web/kvm/navbar-msd.pug | |
parent | faedb829b95df47147442b784e4583ddfc4db252 (diff) |
drive mode radio switch
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") |