Renamed unsupp config sections to internal

Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
Dennis Potman 2020-02-20 15:02:38 +01:00 committed by eboasson
parent 754eb4090e
commit 8bd6f34f67
2 changed files with 7 additions and 7 deletions

View file

@ -475,7 +475,7 @@ sub conv_table {
$fqname1 = "$fqname/$fs->{name}";
$elems++;
}
my $prefix1 = ($fs->{table} eq "unsupp_cfgelems") ? "<b>Internal</b>" : $prefix;
my $prefix1 = ($fs->{table} eq "internal_cfgelems") ? "<b>Internal</b>" : $prefix;
&$convsub ($fh, $fs, $fs->{name}, $fqname1, $indent, $prefix1, $closure);
}
}