pull/260/head
Pavel Loginov 2020-12-16 12:00:41 +06:00 committed by GitHub
parent a5a79f6b53
commit 2b49f5ef6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -22,12 +22,18 @@
<br />
<iframe width="860" height="515" src="https://www.youtube.com/embed/bJtRJeHG5B0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
{% elif smon|length == 0 and action != 'add' and (action == 'history' or action == 'checker_history') %}
{% elif smon|length == 0 and action != 'add' and action == 'history' %}
<center>
<br />
<h3>There are not any events yet. Check if there are any checks added <a href="smon.py?action=add" title="HAProxy-WI SMON" target="_blank">here</a></h3>
<br />
</center>
{% elif smon|length == 0 and action != 'add' and action == 'checker_history' %}
<center>
<br />
<h3>There are not any events yet. Check if there are any Checker are enabled on the "HAProxy Overview" or on "Nginx Overview" pages</h3>
<br />
</center>
{% else %}
{% if action == 'add' %}
<table class="overview" id="ajax-smon">