This commit is contained in:
CPbN 2019-05-27 16:35:21 +02:00
parent e860d0741f
commit f9547bbb6f
1 changed files with 2 additions and 2 deletions

View File

@ -128,11 +128,11 @@ sub manage_selection {
}
$self->{service}->{HasNotRunningServices} = {
display => 'HasNotRunningServices',
health => $self->{system}->{HasNotRunningServices} ? 'false' : 'true',
health => $system->{HasNotRunningServices} ? 'false' : 'true',
};
$self->{service}->{HasUnregisteredSystemExtensions} = {
display => 'HasUnregisteredSystemExtensions',
health => $self->{system}->{HasUnregisteredSystemExtensions} ? 'false' : 'true',
health => $system->{HasUnregisteredSystemExtensions} ? 'false' : 'true',
};
$self->{global} = {