mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
With addition of queue column there are 9 columns to fill now so the message when there are no rules fills the whole area.
This commit is contained in:
parent
e6db3f584c
commit
9892fb82cb
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user