mirror of https://github.com/Aidaho12/haproxy-wi
parent
e5a31bf0f0
commit
249f418b2b
|
@ -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.
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue