diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 8e82e9e..b274f03 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -2,6 +2,7 @@ {% load i18n %} {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %} + {% include 'pleasewaitdialog.html' %}
@@ -771,7 +772,7 @@ {% ifequal status 5 %} - + {% else %} {% endifequal %} @@ -822,7 +823,7 @@ {% if computes_count != 1 %} - + {% else %} {% endif %} diff --git a/templates/pleasewaitdialog.html b/templates/pleasewaitdialog.html new file mode 100644 index 0000000..49c893b --- /dev/null +++ b/templates/pleasewaitdialog.html @@ -0,0 +1,25 @@ +{% load i18n %} + + +