From a5a79f6b531f1f3b771be2483ece633ef9fc2bc9 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 16 Dec 2020 11:56:26 +0600 Subject: [PATCH] v4.5.6.0 --- app/templates/smon.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/smon.html b/app/templates/smon.html index 1c4c7dd6..287a84a6 100644 --- a/app/templates/smon.html +++ b/app/templates/smon.html @@ -15,14 +15,14 @@

SMON service is not run. Run the SMON service here before use

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

You do not have added servers in SMON service. Create you first server here before use


-{% elif smon|length == 0 and action != 'add' and action == 'history' %} +{% elif smon|length == 0 and action != 'add' and (action == 'history' or action == 'checker_history') %}

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

@@ -161,4 +161,4 @@ {% endif %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}