1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Add explanation for boot menu changes. Minor cosmetic fixes

This commit is contained in:
catborise 2019-01-24 08:41:45 +03:00
parent b757c62d4f
commit 8d2b3e3024
2 changed files with 8 additions and 1 deletions

View file

@ -616,7 +616,9 @@
<input type="submit" class="btn btn-danger" name="unset_bootmenu" title="Hide boot menu" value="{% trans "Disable" %}">
{% endifequal %}
{% else %}
<p>{% trans "**** Please shutdown instance to modify boot menu ****" %}
{% ifequal bootmenu 0 %}
<p>{% trans "**** Please shutdown instance to modify boot menu ****" %}
{% endifequal %}
{% endifequal %}
</p>
</div>