summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-10 18:51:07 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-10 18:51:07 +0000
commit9892fb82cb81d10aab88e73ea2e7033059175f77 (patch)
tree55514aab9c16df1becc34da82498db001d0c95a7 /usr/local/www/firewall_rules.php
parente6db3f584c512cfec67e2411380d30e57bc40707 (diff)
downloadpfsense-9892fb82cb81d10aab88e73ea2e7033059175f77.zip
pfsense-9892fb82cb81d10aab88e73ea2e7033059175f77.tar.gz
With addition of queue column there are 9 columns to fill now so the message when there are no rules fills the whole area.
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 d9f060b..e00106a 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -628,7 +628,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<?php if ($nrules == 0): ?>
<td class="listt"></td>
<td class="listt"></td>
- <td class="listlr" colspan="8" align="center" valign="middle">
+ <td class="listlr" colspan="9" align="center" valign="middle">
<span class="gray">
No rules are currently defined for this interface.<br>
All incoming connections on this interface will be blocked until you add pass rules.<br><br>
OpenPOWER on IntegriCloud