mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
firewall: Fix rendering issue of the rule table.
This commit is contained in:
@@ -2491,9 +2491,9 @@ END
|
||||
#SOURCE
|
||||
my $ipfireiface;
|
||||
&getcolor($$hash{$key}[3],$$hash{$key}[4],\%customhost);
|
||||
print"<td align='center' width='160' $tdcolor>";
|
||||
print"<td align='center' width='30%' $tdcolor>";
|
||||
if ($$hash{$key}[3] eq 'ipfire_src'){
|
||||
$ipfireiface='Interface ';
|
||||
$ipfireiface='Interface '; # XXX UNTRANSLATED STRING
|
||||
}
|
||||
if ($$hash{$key}[3] eq 'std_net_src'){
|
||||
print &get_name($$hash{$key}[4]);
|
||||
|
||||
Reference in New Issue
Block a user