mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
rw warning
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -23,6 +23,10 @@ li(id="msd-dropdown" class="right feature-disabled")
|
||||
+menu_message("warning", "Current image is out of storage")
|
||||
| This image was connected manually using #[b kvmd-otgmsd]
|
||||
hr
|
||||
div(id="msd-message-rw-enabled" class="hidden")
|
||||
+menu_message("warning", "Read-write mode is enabled")
|
||||
| Do not turn off PiKVM during this to prevent filesystem corruption
|
||||
hr
|
||||
table(class="kv msd-single-storage feature-disabled")
|
||||
tr
|
||||
td Current image:
|
||||
|
||||
Reference in New Issue
Block a user