Pavel Loginov 2020-11-20 01:56:47 +06:00
parent 676430c8a0
commit 20c99b06d1
2 changed files with 6 additions and 2 deletions

View File

@ -62,8 +62,8 @@
{% set values = dict() %}
{% set values = {'2.0.5-1':'2.0.5-1','2.0.6-1':'2.0.6-1', '2.0.7-1':'2.0.7-1', '2.0.9-1':'2.0.9-1',
'2.0.11-1':'2.0.11-1', '2.0.12-1':'2.0.12-1', '2.0.13-1':'2.0.13-1', '2.0.14-1':'2.0.14-1',
'2.0.17-1':'2.0.17-1','2.0.18-1':'2.0.18-1','2.2.4-1':'2.2.4-1'} %}
{{ select('hapver', values=values, selected='2.2.4-1', required='required') }}
'2.0.17-1':'2.0.17-1','2.0.18-1':'2.0.18-1','2.2.4-1':'2.2.4-1','2.3.0-1':'2.3.0-1'} %}
{{ select('hapver', values=values, selected='2.3.0-1', required='required') }}
</td>
<td class="padding10 first-collumn">
<select autofocus required name="haproxyaddserv" id="haproxyaddserv">

View File

@ -569,6 +569,10 @@ ul{
padding-right: 10px !important;
background: #f4f9f380 !important;
}
.ui-checkboxradio-label {
padding-bottom: 0.6em !important;
padding-top: 0.6em !important;
}
.ui-state-default {
background-color: #EBF1F1 !important;
}