From 0b9cf8ff78e3152a21b579d4336fdf90cc67924c Mon Sep 17 00:00:00 2001 From: Aidaho Date: Fri, 17 Nov 2023 10:11:36 +0300 Subject: [PATCH] v7.0.3.0 Fix Status page interface --- app/templates/smon/manage_status_page.html | 2 +- inc/css/awesome-6.3.9.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/smon/manage_status_page.html b/app/templates/smon/manage_status_page.html index 1bf4d3d8..00951f71 100644 --- a/app/templates/smon/manage_status_page.html +++ b/app/templates/smon/manage_status_page.html @@ -83,7 +83,7 @@
{% for s in smon %}
-
{{ s.name }} - {{s.group}}
+
{{ s.name.replace("'", '') }} {% if s.group %}- {{s.group.replace("'", '')}}{% endif %}
+
{% endfor %} diff --git a/inc/css/awesome-6.3.9.css b/inc/css/awesome-6.3.9.css index 2c467b24..15709240 100644 --- a/inc/css/awesome-6.3.9.css +++ b/inc/css/awesome-6.3.9.css @@ -154,7 +154,7 @@ } .upload::before { display: none; - font-family: "Font Awesome 5 Regular"; + font-family: "Font Awesome 5 Solid"; content: "\f093"; } .delete::before, .deleteVer::before {