mirror of https://github.com/Aidaho12/haproxy-wi
parent
676430c8a0
commit
20c99b06d1
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue