summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-09 14:29:56 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-09 14:29:56 -0500
commitcafd2aa0405ada7b8c5ebf191b3b80e18404dc1b (patch)
tree2ddeafd7d5ce742fd5c15e518c66537fcc049ca1 /src/usr/local
parentb04d849de1b0fe99c7b7bb510a7b3b6c14c3cd28 (diff)
downloadpfsense-cafd2aa0405ada7b8c5ebf191b3b80e18404dc1b.zip
pfsense-cafd2aa0405ada7b8c5ebf191b3b80e18404dc1b.tar.gz
Added "Quick" icon to legend
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/firewall_rules.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 47ac7b1..2e15ef9 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -858,6 +858,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
<dt><i class="fa fa-hand-stop-o text-warning"></i></dt> <dd><?=gettext("Reject");?></dd>
<dt><i class="fa fa-tasks"></i></dt> <dd> <?=gettext("Log");?></dd>
<dt><i class="fa fa-cog"></i></dt> <dd> <?=gettext("Advanced filter");?></dd>
+ <dt><i class="fa fa-forward text-success"></i></dt><dd> <?=gettext("&quot;Quick&quot; rule. Applied immediately on match.")?></dd>
</dl>
<?php
OpenPOWER on IntegriCloud