mirror of https://github.com/Aidaho12/haproxy-wi
parent
85bcfda2a0
commit
e2f1cf7896
|
@ -1805,7 +1805,8 @@ if form.getvalue('update_roxy_wi'):
|
|||
'roxy-wi-keep_alive',
|
||||
'roxy-wi-smon',
|
||||
'roxy-wi-metrics',
|
||||
'roxy-wi-portscanner']
|
||||
'roxy-wi-portscanner',
|
||||
'roxy-wi-socket']
|
||||
if service not in services:
|
||||
print('error: ' + service + ' is not part of Roxy-WI')
|
||||
sys.exit()
|
||||
|
|
|
@ -415,4 +415,9 @@
|
|||
.history .fa-history {
|
||||
margin-bottom: 3px;
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
.checker::before {
|
||||
display: none;
|
||||
font-family: "Font Awesome 5 Solid";
|
||||
content: "\f0f3";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue