mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 00:39:32 -05:00
VM: textual update
This commit is contained in:
@@ -350,8 +350,9 @@ if ($snapshots != null && count($snapshots) && !$boolNew) {
|
||||
<tr id="zfs-name" class="hidden">
|
||||
<td></td>
|
||||
<td>
|
||||
<span id="snap-rename" class="orange-text"><i class="fa fa-warning"></i> _(Rename disabled, <?=$snapcount?> snapshot(s) exists)_.</span>
|
||||
<span class="orange-text"><i class="fa fa-warning"></i> _(Name contains invalid characters or does not start with an alphanumberic for a ZFS storage location<br>Only these special characters are valid Underscore (_) Hyphen (-) Colon (:) Period (.))_</span>
|
||||
<span class="orange-text"><i class="fa fa-fw fa-warning"></i> _(Rename disabled, <?=$snapcount?> snapshot(s) exists)_.</span><br>
|
||||
<span class="orange-text"><i class="fa fa-fw fa-warning"></i> _(Name contains invalid characters or does not start with an alphanumberic for a ZFS storage location)_</span><br>
|
||||
<span class="orange-text"><i class="fa fa-fw fa-info-circle"></i> _(Only these special characters are valid Underscore (_) Hyphen (-) Colon (:) Period (.))_</span>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user