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' %}