From 2b49f5ef6eec5cbbc68a35f0ab25aa8bc9176890 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 16 Dec 2020 12:00:41 +0600 Subject: [PATCH] v4.5.6.0 --- app/templates/smon.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/templates/smon.html b/app/templates/smon.html index 287a84a6..e817001b 100644 --- a/app/templates/smon.html +++ b/app/templates/smon.html @@ -22,12 +22,18 @@
-{% elif smon|length == 0 and action != 'add' and (action == 'history' or action == 'checker_history') %} +{% elif smon|length == 0 and action != 'add' and action == 'history' %}

There are not any events yet. Check if there are any checks added here


+{% elif smon|length == 0 and action != 'add' and action == 'checker_history' %} +
+
+

There are not any events yet. Check if there are any Checker are enabled on the "HAProxy Overview" or on "Nginx Overview" pages

+
+
{% else %} {% if action == 'add' %}