summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-18 09:56:55 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-11-18 07:55:39 -0500
commitea5482715a821541a3decdf511de0059775308ec (patch)
treefd5012850451917e2dbf617bdd9129c7d6fc4bbd /src/usr/local/www/firewall_rules.php
parentd08aeac11a9be8a89a85341515063e98eee1943f (diff)
downloadpfsense-ea5482715a821541a3decdf511de0059775308ec.zip
pfsense-ea5482715a821541a3decdf511de0059775308ec.tar.gz
Make block bogon rule display consistent
The block private networks and anti-lockout rules display in the firewall rules display with the schedule column blank. But the block bogon networks has an asterisk. That looks odd. I noticed it just now when looking at firewall rules in 2.3 and looked back in 2.2.5 also - it is the same there.
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 076bae9..468792d 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -335,7 +335,7 @@ display_top_tabs($tab_array);
<td>*</td>
<td>*</td>
<td>*</td>
- <td>*</td>
+ <td></td>
<td><?=gettext("Block bogon networks");?></td>
<td>
<a href="interfaces.php?if=<?=htmlspecialchars($if)?>" class="fa fa-cog" title="<?=gettext("Settings");?>"></a>
OpenPOWER on IntegriCloud