mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
writable msd
This commit is contained in:
@@ -437,6 +437,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="kv msd-rw feature-disabled">
|
||||
<tr>
|
||||
<td>Read-write mode:</td>
|
||||
<td align="right">
|
||||
<div class="switch-box">
|
||||
<input disabled type="checkbox" id="msd-rw-switch">
|
||||
<label for="msd-rw-switch"><span class="switch-inner"></span><span class="switch"></span></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="msd-multi-storage feature-disabled">
|
||||
<hr>
|
||||
<div class="text">
|
||||
|
||||
@@ -47,6 +47,9 @@ li(id="msd-dropdown" class="right feature-disabled")
|
||||
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)
|
||||
div(class="msd-multi-storage feature-disabled")
|
||||
hr
|
||||
div(class="text")
|
||||
|
||||
Reference in New Issue
Block a user