]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
wlanap: mon-device no longer displayed
authorAlexander Marx <amarx@ipfire.org>
Thu, 23 Jan 2014 15:45:46 +0000 (16:45 +0100)
committerAlexander Marx <amarx@ipfire.org>
Thu, 23 Jan 2014 15:45:46 +0000 (16:45 +0100)
html/cgi-bin/wlanap.cgi
langs/en/cgi-bin/en.pl

index e18afd6022ea8a856b82a4f4ee0fc6648ea30220..79bd0251bb973ec1e3475ac21ffbf53d1614ef9b 100644 (file)
@@ -521,6 +521,7 @@ if ($status){
        $count++;
 }
 for (my $i=0;$i<$#txpower_cmd;$i=$i+4){
+       next if (@txpower_cmd[$i] =~ /mon/i);
        if ($count % 2){
                $col="bgcolor='$color{'color20'}'";
        }else{
index 06fa9c784423e6b48d3474a253da823b62ce45b2..ce36fb35703df950b9f925b85afef9b937304e93 100644 (file)
 'fwdfw from' => 'From:',
 'fwdfw hint ip1' => 'The last generated rule may never match, because source and destination subnets may overlap.',
 'fwdfw hint ip2' => 'Please double-check if this rule makes sense: ',
-'fwdfw hint mac' => 'The targetgroup contains MAC addresses which will be skipped during rulecreation.',
+'fwdfw hint mac' => 'The destination group contains MAC addresses, which will be skipped during rule creation.',
 'fwdfw iface' => 'Interface',
 'fwdfw ipsec network' => 'IPsec networks:',
 'fwdfw log' => 'Log',