This commit is contained in:
garnier-quentin 2019-05-24 15:52:08 +02:00
parent 7d0bc173df
commit f17a17c314
1 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,10 @@ sub manage_selection {
$self->{service} = {};
foreach my $item (keys %$single) {
# 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} = {
display => 'HasNotRunningServices',