mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 19:29:13 -05:00
Fix hiding VM help block about creating a new VM when editing a existing VM
This commit is contained in:
@@ -1049,9 +1049,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<? if ($boolNew) { ?>
|
||||
<blockquote class="inline_help">
|
||||
<p>Click Create to generate the vDisks and return to the Virtual Machines page where your new VM will be created.</p>
|
||||
</blockquote>
|
||||
<? } ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
|
||||
@@ -932,9 +932,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<? if ($boolNew) { ?>
|
||||
<blockquote class="inline_help">
|
||||
<p>Click Create to return to the Virtual Machines page where your new VM will be created.</p>
|
||||
</blockquote>
|
||||
<? } ?>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -932,9 +932,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<? if ($boolNew) { ?>
|
||||
<blockquote class="inline_help">
|
||||
<p>Click Create to return to the Virtual Machines page where your new VM will be created.</p>
|
||||
</blockquote>
|
||||
<? } ?>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user