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 @@
{% trans "Clone image" %} {{ v
@@ -190,7 +191,6 @@ {% trans "Clone image" %} {{ v
{% endif %}
- {% include 'pleasewaitdialog.html' %}
{% endblock %}
{% block script %}
diff --git a/storages/views.py b/storages/views.py
index 19342379..0c48ab64 100644
--- a/storages/views.py
+++ b/storages/views.py
@@ -171,7 +171,7 @@ def handle_uploaded_file(path, f_name):
name = conn.clone_volume(data["image"], data["name"], format, meta_prealloc)
messages.success(
request,
- _("%(image)s image cloned as %(clone)s successfully") % {"image": data["image"], "name": name},
+ _("%(image)s image cloned as %(name)s successfully") % {"image": data["image"], "name": name},
)
return HttpResponseRedirect(request.get_full_path())
except libvirtError as lib_err:
diff --git a/templates/navbar.html b/templates/navbar.html
index cbd7757a..18fb82e1 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -2,7 +2,7 @@
{% load icons %}
{% load common_tags %}
-