mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Don't show process detail that are for internal use only
This commit is contained in:
@@ -76,7 +76,7 @@ print &ui_form_end();
|
||||
|
||||
# Extra OS-specific info
|
||||
foreach $k (keys %pinfo) {
|
||||
if ($k =~ /^_/) {
|
||||
if ($k =~ /^_/ && $info_arg_map{$k}) {
|
||||
print &ui_table_row($info_arg_map{$k}, $pinfo{$k});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user