Commit 88dfdf9c by Bence Dányi

webui: display template state instead of instance state

parent 7aed1039
......@@ -19,7 +19,7 @@
{% endblock %}
{% block status %}
{{vm.state}}
{% if vm.template.state != "DONE" %} {{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