From 2ea59c892ae24d824d29dd0cee580c969f64cc87 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 8 May 2020 14:02:56 +0200 Subject: [PATCH] v4.2.3.0 Changelog: https://haproxy-wi.org/changelog.py#4_2_3 --- api/api.py | 1 + app/templates/add.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/api.py b/api/api.py index e565ec7..aadff4e 100644 --- a/api/api.py +++ b/api/api.py @@ -89,6 +89,7 @@ def get_servers(): 'id':s[0], 'hostname':s[1], 'ip':s[2], + 'group':s[3], 'virt':s[4], 'enable':s[5], 'is_master':s[6], diff --git a/app/templates/add.html b/app/templates/add.html index ee21ef8..c12af74 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -183,7 +183,7 @@ h3 { Check:
- + Default params: inter 2000 rise 2 fall 5
@@ -484,7 +484,7 @@ h3 { Check:
- + Default params: inter 2000 rise 2 fall 5