Commit 836fe537 by Bence Dányi

webui: override page title on /vm/show

parent 4836dd8c
......@@ -37,6 +37,10 @@
</script>
{% endblock %}
{% block title %}
{% blocktrans with name=i.name %}Details of {{name}}{% endblocktrans %}
- {{block.super}}
{% endblock %}
{% block content %}
{% if i.template.state != "READY" %}
......
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