writable msd

This commit is contained in:
Maxim Devaev
2022-07-23 06:57:38 +03:00
parent aa5a538c64
commit 477e6f05e4
4 changed files with 44 additions and 16 deletions

View File

@@ -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">

View File

@@ -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")