Pavel Loginov 5 years ago
parent 9e81ac65b6
commit 2ea59c892a

@ -89,6 +89,7 @@ def get_servers():
'id':s[0],
'hostname':s[1],
'ip':s[2],
'group':s[3],
'virt':s[4],
'enable':s[5],
'is_master':s[6],

@ -183,7 +183,7 @@ h3 {
<td class="addName">Check:</td>
<td class="addOption">
<div>
<label for="controlgroup-listen-show" style="margin-top: 5px;" title="Change default check">Cusmot check params</label>
<label for="controlgroup-listen-show" style="margin-top: 5px;" title="Change default check">Custom check params</label>
<input type="checkbox" id="controlgroup-listen-show" name="default-check" value="1">
<span class="tooltip tooltipTop"> Default params: inter 2000 rise 2 fall 5</span>
</div>
@ -484,7 +484,7 @@ h3 {
<td class="addName">Check:</td>
<td class="addOption">
<div>
<label for="controlgroup-backend-show" style="margin-top: 5px;" title="Change default check">Cusmot check params</label>
<label for="controlgroup-backend-show" style="margin-top: 5px;" title="Change default check">Custom check params</label>
<input type="checkbox" id="controlgroup-backend-show" name="default-check">
<span class="tooltip tooltipTop"> Default params: inter 2000 rise 2 fall 5</span>
</div>

Loading…
Cancel
Save