From 76f857d21870f74581b3ee3de19bde528ed9942d Mon Sep 17 00:00:00 2001 From: "Ing. Jan KRCMAR" Date: Mon, 10 Sep 2018 10:14:16 +0200 Subject: [PATCH] toggle host instances button in grouped view --- instances/templates/instances_grouped.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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 %}