mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Forward Firewall: when creating a second group of services, the cached port and protocol from first group are shown in table
This commit is contained in:
committed by
Michael Tremer
parent
aa8647835d
commit
0b54aaede3
@@ -1593,6 +1593,8 @@ sub viewtableservicegrp
|
|||||||
$grpname=$customservicegrp{$key}[0];
|
$grpname=$customservicegrp{$key}[0];
|
||||||
if ($customservicegrp{$key}[2] eq "none"){
|
if ($customservicegrp{$key}[2] eq "none"){
|
||||||
$customservicegrp{$key}[2]=$Lang::tr{'fwhost empty'};
|
$customservicegrp{$key}[2]=$Lang::tr{'fwhost empty'};
|
||||||
|
$port='';
|
||||||
|
$protocol='';
|
||||||
}
|
}
|
||||||
$remark="$customservicegrp{$key}[1]";
|
$remark="$customservicegrp{$key}[1]";
|
||||||
if($count >=2){print"</table>";}
|
if($count >=2){print"</table>";}
|
||||||
|
|||||||
Reference in New Issue
Block a user