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

instances display virtual title under name

This commit is contained in:
Jan Krcmar 2016-02-23 15:03:33 +01:00
parent 2ceb456a4f
commit e1b4fdf5de
2 changed files with 11 additions and 2 deletions

View file

@ -51,7 +51,7 @@
{% for host, inst in all_host_vms.items %}
{% for vm, info in inst.items %}
<tr>
<td><a href="{% url 'instance' host.0 vm %}">{{ vm }}</a></td>
<td><a href="{% url 'instance' host.0 vm %}">{{ vm }}</a><br><small><em>{{ info.title }}</em></small></td>
<td><a href="{% url 'overview' host.0 %}">{{ host.1 }}</a></td>
<td>{% ifequal info.status 1 %}
<span class="text-success">{% trans "Active" %}</span>