Pavel Loginov 2020-07-21 07:38:45 +02:00
parent 793dc82a91
commit 4d5f32d86d
4 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
{{ checkbox(id) }}
{% endif %}
</td>
<td class="checkbox">
<td class="checkbox" style="padding-left: 0px;">
{% set id = 'typeip-' + server.0|string() %}
{% if server.4 == 1 %}
{{ checkbox(id, checked='checked') }}

View File

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

View File

@ -395,6 +395,7 @@ pre {
.checkbox {
min-width: 30px;
padding-top: 5px;
padding-left: 10px;
}
.checkbox-head {
padding: 0;

View File

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