From 249f418b2b30a04e65fd02d470e525fad0eb449b Mon Sep 17 00:00:00 2001
From: Pavel Loginov
Date: Thu, 7 May 2020 18:28:32 +0200
Subject: [PATCH] v4.2.3.0
Changelog: https://haproxy-wi.org/changelog.py#4_2_3
---
README.md | 2 +-
app/templates/config.html | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 32c3ef11..5fd33510 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/app/templates/config.html b/app/templates/config.html
index fbeb0da0..1140ff33 100644
--- a/app/templates/config.html
+++ b/app/templates/config.html
@@ -4,7 +4,7 @@
{% if selects|length == 0 %}
{% include 'include/getstarted.html' %}
- {% endif %}
+ {% else %}
Choose server
+ {% 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 %}
- The config is ok
+ Config is ok
Go to view stats
{% endif %}
{% endif %}