diff options
author | Maxim Devaev <[email protected]> | 2022-07-23 06:57:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-24 05:38:26 +0300 |
commit | 477e6f05e44d3c83ff19a97f1454ac1ba9191e70 (patch) | |
tree | a976dcd5550ad549699f54b5c10a0e68cececb6e /web/kvm/index.html | |
parent | aa5a538c64f8ef8fe268bf1f78b44a0d70f14389 (diff) |
writable msd
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 3b908aee..093133ee 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -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"> |