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 @@