fix 3cx
This commit is contained in:
parent
7d0bc173df
commit
f17a17c314
|
@ -121,7 +121,10 @@ sub manage_selection {
|
||||||
$self->{service} = {};
|
$self->{service} = {};
|
||||||
foreach my $item (keys %$single) {
|
foreach my $item (keys %$single) {
|
||||||
# As of 3CX 15.5 / 16, we have Firewall, Phones, Trunks
|
# As of 3CX 15.5 / 16, we have Firewall, Phones, Trunks
|
||||||
$self->{service}->{$item} = { display => $item, health => $single->{$item} };
|
$self->{service}->{$item} = {
|
||||||
|
display => $item,
|
||||||
|
health => $single->{$item} ? 'true' : 'false',
|
||||||
|
};
|
||||||
}
|
}
|
||||||
$self->{service}->{HasNotRunningServices} = {
|
$self->{service}->{HasNotRunningServices} = {
|
||||||
display => 'HasNotRunningServices',
|
display => 'HasNotRunningServices',
|
||||||
|
|
Loading…
Reference in New Issue