diff options
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"> |