mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
Forward Firewall: Fixed a bug in servicegroup-Tableview
This commit is contained in:
committed by
Michael Tremer
parent
70d38e5089
commit
85dc70c746
@@ -1542,7 +1542,7 @@ sub viewtableservicegrp
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'fwhost cust srvgrp'});
|
||||
&General::readhasharray("$configsrvgrp", \%customservicegrp);
|
||||
my $number= keys %customservicegrp;
|
||||
foreach my $key (sort { uc($customservicegrp{$a}[2]) cmp uc($customservicegrp{$b}[2]) } keys %customservicegrp){
|
||||
foreach my $key (sort {$a <=> $b} keys %customservicegrp){
|
||||
$count++;
|
||||
if ($helper ne $customservicegrp{$key}[0]){
|
||||
$grpname=$customservicegrp{$key}[0];
|
||||
|
||||
Reference in New Issue
Block a user