diff --git a/instances/templates/instances_grouped.html b/instances/templates/instances_grouped.html index 7358c28..2e129c2 100644 --- a/instances/templates/instances_grouped.html +++ b/instances/templates/instances_grouped.html @@ -14,7 +14,9 @@ {% for host, inst in all_host_vms.items %} - + + + {{ host.1 }} @@ -32,7 +34,7 @@ {% for vm, info in inst.items %} - + {{ forloop.counter }}   {{ vm }}
{{ info.title }} @@ -119,4 +121,15 @@ {% endfor %} {% endfor %} - \ No newline at end of file + +{% block script %} + +{% endblock %}