Don't show process detail that are for internal use only

This commit is contained in:
Jamie Cameron
2020-07-12 15:07:12 -07:00
parent 2f113ee72d
commit b871dcf4c3

View File

@@ -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});
}
}