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
|