Pavel Loginov 2020-05-08 14:02:56 +02:00
parent 9e81ac65b6
commit 2ea59c892a
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -183,7 +183,7 @@ h3 {
<td class="addName">Check:</td> <td class="addName">Check:</td>
<td class="addOption"> <td class="addOption">
<div> <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"> <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> <span class="tooltip tooltipTop"> Default params: inter 2000 rise 2 fall 5</span>
</div> </div>
@ -484,7 +484,7 @@ h3 {
<td class="addName">Check:</td> <td class="addName">Check:</td>
<td class="addOption"> <td class="addOption">
<div> <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"> <input type="checkbox" id="controlgroup-backend-show" name="default-check">
<span class="tooltip tooltipTop"> Default params: inter 2000 rise 2 fall 5</span> <span class="tooltip tooltipTop"> Default params: inter 2000 rise 2 fall 5</span>
</div> </div>