mirror of https://github.com/Aidaho12/haproxy-wi
v4.5.6.0
parent
a5a79f6b53
commit
2b49f5ef6e
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue