Fix hiding VM help block about creating a new VM when editing a existing VM

This commit is contained in:
Eric Schultz
2016-06-19 00:53:07 -05:00
parent 1e637e31cd
commit 9f1cb09b9b
3 changed files with 6 additions and 0 deletions
@@ -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">