From 4d5f32d86d2086e93ef94a25909299c6d9ec34da Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Tue, 21 Jul 2020 07:38:45 +0200 Subject: [PATCH] v4.4.0.0 Changelog: https://haproxy-wi.org/changelog.py#4_4 --- app/templates/include/admin_servers.html | 2 +- config_other/requirements_el8.txt | 1 - inc/style.css | 1 + requirements.txt | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/templates/include/admin_servers.html b/app/templates/include/admin_servers.html index 5d2d619f..239eb979 100644 --- a/app/templates/include/admin_servers.html +++ b/app/templates/include/admin_servers.html @@ -7,7 +7,7 @@ {{ checkbox(id) }} {% endif %} - + {% set id = 'typeip-' + server.0|string() %} {% if server.4 == 1 %} {{ checkbox(id, checked='checked') }} diff --git a/config_other/requirements_el8.txt b/config_other/requirements_el8.txt index f464d603..26a9281a 100644 --- a/config_other/requirements_el8.txt +++ b/config_other/requirements_el8.txt @@ -3,4 +3,3 @@ pyTelegramBotAPI==3.6.3 networkx==2.1 matplotlib==2.1.2 mysql-connector-python==8.0.11 -bottle>=0.12.17 \ No newline at end of file diff --git a/inc/style.css b/inc/style.css index d9d46cf6..c07c284e 100644 --- a/inc/style.css +++ b/inc/style.css @@ -395,6 +395,7 @@ pre { .checkbox { min-width: 30px; padding-top: 5px; + padding-left: 10px; } .checkbox-head { padding: 0; diff --git a/requirements.txt b/requirements.txt index 388a04dc..2704ccd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,3 @@ matplotlib==2.1.2 future==0.13.1 mysql-connector-python==8.0.11 jinja2>=2.10.1 -bottle>=0.12.17