mirror of https://github.com/Aidaho12/haproxy-wi
parent
793dc82a91
commit
4d5f32d86d
|
@ -7,7 +7,7 @@
|
||||||
{{ checkbox(id) }}
|
{{ checkbox(id) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="checkbox">
|
<td class="checkbox" style="padding-left: 0px;">
|
||||||
{% set id = 'typeip-' + server.0|string() %}
|
{% set id = 'typeip-' + server.0|string() %}
|
||||||
{% if server.4 == 1 %}
|
{% if server.4 == 1 %}
|
||||||
{{ checkbox(id, checked='checked') }}
|
{{ checkbox(id, checked='checked') }}
|
||||||
|
|
|
@ -3,4 +3,3 @@ pyTelegramBotAPI==3.6.3
|
||||||
networkx==2.1
|
networkx==2.1
|
||||||
matplotlib==2.1.2
|
matplotlib==2.1.2
|
||||||
mysql-connector-python==8.0.11
|
mysql-connector-python==8.0.11
|
||||||
bottle>=0.12.17
|
|
|
@ -395,6 +395,7 @@ pre {
|
||||||
.checkbox {
|
.checkbox {
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
.checkbox-head {
|
.checkbox-head {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -8,4 +8,3 @@ matplotlib==2.1.2
|
||||||
future==0.13.1
|
future==0.13.1
|
||||||
mysql-connector-python==8.0.11
|
mysql-connector-python==8.0.11
|
||||||
jinja2>=2.10.1
|
jinja2>=2.10.1
|
||||||
bottle>=0.12.17
|
|
||||||
|
|
Loading…
Reference in New Issue