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
|
# Get involved
|
||||||
* [Youtube Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
|
* [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
|
* [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
|
||||||
[Demo site](https://demo.haproxy-wi.org) Login/password: admin/admin. Server resets every hour.
|
[Demo site](https://demo.haproxy-wi.org) Login/password: admin/admin. Server resets every hour.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<center>
|
<center>
|
||||||
{% if selects|length == 0 %}
|
{% if selects|length == 0 %}
|
||||||
{% include 'include/getstarted.html' %}
|
{% include 'include/getstarted.html' %}
|
||||||
{% endif %}
|
{% else %}
|
||||||
<h3>Choose server</h3>
|
<h3>Choose server</h3>
|
||||||
<p>
|
<p>
|
||||||
<form action="{{ action }}" method="post">
|
<form action="{{ action }}" method="post">
|
||||||
|
@ -40,6 +40,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
</p>
|
</p>
|
||||||
|
{% endif %}
|
||||||
{% if not aftersave %}
|
{% if not aftersave %}
|
||||||
{% if stderr or error %}
|
{% if stderr or error %}
|
||||||
{% include 'include/errors.html' %}
|
{% include 'include/errors.html' %}
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
{% if stderr or error %}
|
{% if stderr or error %}
|
||||||
{% include 'include/errors.html' %}
|
{% include 'include/errors.html' %}
|
||||||
{% else %}
|
{% 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>
|
<a href="viewsttats.py?serv={{ serv }}" target="_blank" title="View stats">Go to view stats</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue