diff --git a/console/templates/console-base.html b/console/templates/console-base.html index 4d6e3d7e..11e38fd4 100644 --- a/console/templates/console-base.html +++ b/console/templates/console-base.html @@ -35,7 +35,7 @@
-
{% if computes_count != 1 %} - + {% else %} {% endif %} diff --git a/static/js/novnc/app/styles/base.css b/static/js/novnc/app/styles/base.css index fd78b79c..57da6256 100755 --- a/static/js/novnc/app/styles/base.css +++ b/static/js/novnc/app/styles/base.css @@ -906,7 +906,7 @@ select:active { width: 100%; height: 100%; background-color: #313131; - border-bottom-right-radius: 800px 600px; + border-bottom-right-radius: 800px 660px; /*border-top-left-radius: 800px 600px;*/ } diff --git a/static/js/novnc/app/styles/lite.css b/static/js/novnc/app/styles/lite.css index 6e0488a3..e43c337e 100755 --- a/static/js/novnc/app/styles/lite.css +++ b/static/js/novnc/app/styles/lite.css @@ -9,7 +9,7 @@ body { margin:0; background-color:#313131; - border-bottom-right-radius: 800px 600px; + border-bottom-right-radius: 800px 660px; height: 100%; display: flex; flex-direction: column; @@ -23,6 +23,7 @@ html { #noVNC_status_bar { width: 100%; display: flex; + position: sticky; top: 60; } #noVNC_status { diff --git a/storages/templates/storage.html b/storages/templates/storage.html index 4840785b..b9f1af8d 100644 --- a/storages/templates/storage.html +++ b/storages/templates/storage.html @@ -11,6 +11,7 @@ {% block page_heading_extra %}{% include 'create_stg_vol_block.html' %}{% endblock page_heading_extra %} {% block content %} + {% include 'pleasewaitdialog.html' %}
@@ -152,7 +153,7 @@
@@ -190,7 +191,6 @@