summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-18 09:50:48 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-18 09:50:48 +0545
commit7137664c9c36326ddfcbbc61bcb4ef885f0498d1 (patch)
treefdbf9ece7013b81a0b68e46617373e1dba180224 /usr/local/www/firewall_rules.php
parentc670525f0455c4cd7bf7486a12688441339cb6d3 (diff)
downloadpfsense-7137664c9c36326ddfcbbc61bcb4ef885f0498d1.zip
pfsense-7137664c9c36326ddfcbbc61bcb4ef885f0498d1.tar.gz
Make block bogon rule display consistent - RELENG_2_2
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. Might as well fix it here in RELENG_2_2.
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rw-r--r--usr/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 c05b001..6368ed0 100644
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -391,7 +391,7 @@ include("head.inc");
<td class="listr" style="background-color: #E0E0E0">*</td>
<td class="listr" style="background-color: #E0E0E0">*</td>
<td class="listr" style="background-color: #E0E0E0">*</td>
- <td class="listr" style="background-color: #E0E0E0">*</td>
+ <td class="listr" style="background-color: #E0E0E0">&nbsp;</td>
<td class="listbg"><?=gettext("Block bogon networks");?></td>
<td valign="middle" class="list nowrap">
<table border="0" cellspacing="0" cellpadding="1" summary="move rules before">
OpenPOWER on IntegriCloud