From 52c856c504f03aaddb2519623683e75344d37d44 Mon Sep 17 00:00:00 2001 From: catborise Date: Fri, 17 Apr 2020 15:37:34 +0300 Subject: [PATCH] add show/hide bottom bar option in instance details --- instances/templates/instance.html | 60 ++++++++++++++++--------------- instances/views.py | 1 + webvirtcloud/settings.py.template | 6 +++- 3 files changed, 37 insertions(+), 30 deletions(-) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index c3307c1..f644e5a 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -4,35 +4,37 @@ {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %} {% include 'pleasewaitdialog.html' %} - + + {% endif %}
@@ -1781,7 +1783,7 @@ image = new_vname + '-clone'; } $('#disk_name-{{ disk.dev }}').val(image); - {% endfor %} + {% endfor %} }