summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-01-17 23:41:58 +0000
committerErmal Luçi <eri@pfsense.org>2008-01-17 23:41:58 +0000
commit661aed33a33edb65792d6c566c8747e22bfbee7a (patch)
treecc974974b0698f935c8421524c430b7fca392fe0 /usr/local/www/firewall_rules.php
parentd5be7a2d384595abf9a7b848fa911303ea55e76a (diff)
downloadpfsense-661aed33a33edb65792d6c566c8747e22bfbee7a.zip
pfsense-661aed33a33edb65792d6c566c8747e22bfbee7a.tar.gz
Finish the Floating rules toolbar.
Now you can create rules with tags/direction/match by tag/choose direction/choose multiple interface/quick. Just for note the queue assignment has been moved to the Firewall->Rules section. Now for every rule you create you can choose the queue for it.
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index a92ddbf..f355afa 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -232,7 +232,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
$active = true;
else
$active = false;
- $tab_array[] = array("Floating Rules", $active, "firewall_rules.php?if=FloatingRules");
+ $tab_array[] = array("Floating", $active, "firewall_rules.php?if=FloatingRules");
$tabscounter = 0; $i = 0; foreach ($iflist as $ifent => $ifname) {
if ($ifent == $if)
$active = true;
OpenPOWER on IntegriCloud