diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index ebcc824a..230ed946 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -399,6 +399,20 @@ </div> <hr> </div> + <div class="hidden" id="msd-message-rw-enabled"> + <div class="text"> + <table> + <tr> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>Read-write mode is enabled</b></td> + </tr> + <tr> + <td><sup style="line-height:1">Do not turn off PiKVM during this to prevent filesystem corruption</sup></td> + </tr> + </table> + </div> + <hr> + </div> <table class="kv msd-single-storage feature-disabled"> <tr> <td>Current image:</td> |