diff --git a/instances/templates/instances.html b/instances/templates/instances.html index 3ad2274..f370e8c 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -69,9 +69,15 @@ {% ifequal info.status 5 %} - + {% if info.is_template %} + + {% else %} + + {% endif %} @@ -166,9 +172,15 @@ {% ifequal vm.status 5 %} - + {% if inst.instance.is_template %} + + {% else %} + + {% endif %} @@ -239,6 +251,11 @@ }(jQuery)); }); + {% if request.user.is_superuser %}