diff --git a/vsphere_backup/templates/base.html b/vsphere_backup/templates/base.html index d391e0e..676300c 100644 --- a/vsphere_backup/templates/base.html +++ b/vsphere_backup/templates/base.html @@ -111,7 +111,7 @@ box-shadow: 0 4px 12px rgba(99, 102, 241, 0.05); font-weight: 600; } - .nav-link .icon { font-size: 18px; width: 22px; text-align: center; } + .nav-link .icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; } .sidebar-footer { padding: 20px 24px; @@ -344,7 +344,14 @@ {% endif %} -
+
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
diff --git a/vsphere_backup/templates/create_job.html b/vsphere_backup/templates/create_job.html index 8dc9f8f..6575182 100644 --- a/vsphere_backup/templates/create_job.html +++ b/vsphere_backup/templates/create_job.html @@ -131,7 +131,10 @@
-
πŸ–₯ Virtual Machine
+
+ + Virtual Machine +
@@ -155,7 +158,8 @@