diff --git a/app/funct.py b/app/funct.py index 336c1544..ac6bbafa 100644 --- a/app/funct.py +++ b/app/funct.py @@ -465,7 +465,7 @@ def show_backends(serv, **kwargs): output, stderr = subprocess_execute(cmd) ret = "" for line in output: - if "#" in line or "stats" in line: + if "#" in line or "stats" in line or "MASTER" in line: continue if line != "": back = json.dumps(line).split("\"") diff --git a/app/templates/base.html b/app/templates/base.html index eb0edaa1..f7ae7e97 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -115,7 +115,7 @@ diff --git a/app/templates/config.html b/app/templates/config.html index eff5ff68..602d97d9 100644 --- a/app/templates/config.html +++ b/app/templates/config.html @@ -34,6 +34,7 @@ Show Compare Map + Stat {% endif %}

diff --git a/app/templates/viewstats.html b/app/templates/viewstats.html index 7f3dd064..c5f37856 100644 --- a/app/templates/viewstats.html +++ b/app/templates/viewstats.html @@ -16,9 +16,14 @@
- +
+ Please choose a server +
diff --git a/image/haproxy-wi-add-listen.jpeg b/image/haproxy-wi-add-listen.jpeg index a4847cd4..4fc66dcf 100644 Binary files a/image/haproxy-wi-add-listen.jpeg and b/image/haproxy-wi-add-listen.jpeg differ diff --git a/image/haproxy-wi-compare.jpeg b/image/haproxy-wi-compare.jpeg index b470a3de..392cba6f 100644 Binary files a/image/haproxy-wi-compare.jpeg and b/image/haproxy-wi-compare.jpeg differ diff --git a/image/haproxy-wi-logs.jpeg b/image/haproxy-wi-logs.jpeg index 0b0c9566..bb2fbd3c 100644 Binary files a/image/haproxy-wi-logs.jpeg and b/image/haproxy-wi-logs.jpeg differ diff --git a/image/haproxy-wi-overview.jpeg b/image/haproxy-wi-overview.jpeg index aa610711..c190d376 100644 Binary files a/image/haproxy-wi-overview.jpeg and b/image/haproxy-wi-overview.jpeg differ