mirror of
https://github.com/webmin/webmin.git
synced 2026-04-17 22:50:27 +01:00
Merge branch 'master' of git@github.com:webmin/webmin
This commit is contained in:
@@ -518,7 +518,7 @@ if ($tmpl && $tmpl->{$type}) {
|
||||
}
|
||||
if ($stat) {
|
||||
foreach my $k ('value', 'nice_value', 'desc') {
|
||||
$hash{'STATUS_'.uc($k)} = $stat->{$k} if ($stat->{$k});
|
||||
$hash{'STATUS_'.uc($k)} = $stat->{$k} ? $stat->{$k} : "";
|
||||
}
|
||||
}
|
||||
foreach my $k (keys %$serv) {
|
||||
|
||||
Reference in New Issue
Block a user