Commit 01cc1983 by Őry Máté

webui: fix vm state displayed

parent 5877bc78
......@@ -19,7 +19,7 @@
{% endblock %}
{% block status %}
{% if vm.template.state != "DONE" %} {{vm.template.state}} {% else %} {{vm.state}} {% endif %}
{% if vm.template.state != "READY" %} {{vm.template.state}} {% else %} {{vm.state}} {% endif %}
{% endblock status %}
{% block actions %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment