Pavel Loginov 2020-05-07 18:28:32 +02:00
parent e5a31bf0f0
commit 249f418b2b
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Web interface(user-friendly web GUI, alerting, monitoring and secure) for managi
# Get involved
* [Youtube Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
* [Twitter](https://twitter.com/haproxy_wi), subscribe! I will write there about all the changes and news
* [Channel](https://t.me/haproxy_wi) about HAProxy-WI, talks and questions are welcome
* [Telegram Channel](https://t.me/haproxy_wi) about HAProxy-WI, talks and questions are welcome
# Demo site
[Demo site](https://demo.haproxy-wi.org) Login/password: admin/admin. Server resets every hour.

View File

@ -4,7 +4,7 @@
<center>
{% if selects|length == 0 %}
{% include 'include/getstarted.html' %}
{% endif %}
{% else %}
<h3>Choose server</h3>
<p>
<form action="{{ action }}" method="post">
@ -40,6 +40,7 @@
{% endif %}
</form>
</p>
{% endif %}
{% if not aftersave %}
{% if stderr or error %}
{% include 'include/errors.html' %}
@ -75,7 +76,7 @@
{% if stderr or error %}
{% include 'include/errors.html' %}
{% else %}
<div class="alert alert-success">The config is ok</div>
<div class="alert alert-success">Config is ok</div>
<a href="viewsttats.py?serv={{ serv }}" target="_blank" title="View stats">Go to view stats</a>
{% endif %}
{% endif %}