summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2012-10-01 15:46:21 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2012-10-01 15:46:21 +0200
commitf062f033865e6003c505ff266749b6d2216a68bd (patch)
tree52be96e6ca3a63889a0f6e54db7cceb25234353d /usr/local/www/diag_logs_filter.php
parentda601f8e08b4569d15b59f1e8a113d337f03a9a0 (diff)
downloadpfsense-f062f033865e6003c505ff266749b6d2216a68bd.zip
pfsense-f062f033865e6003c505ff266749b6d2216a68bd.tar.gz
firewall log, show cell border when using 'column descriptions'
Diffstat (limited to 'usr/local/www/diag_logs_filter.php')
-rwxr-xr-xusr/local/www/diag_logs_filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 6fd8f24..7e0a82e 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -202,7 +202,7 @@ include("head.inc");
<td class="listMRr" nowrap="nowrap"><?php echo htmlspecialchars($filterent['interface']);?></td>
<?php
if ($config['syslog']['filterdescriptions'] === "1")
- echo("<td class=\"listrg\" nowrap=\"nowrap\">".find_rule_by_number_buffer($filterent['rulenum'],$filterent['act'])."</td>");
+ echo("<td class=\"listMRr\" nowrap=\"nowrap\">".find_rule_by_number_buffer($filterent['rulenum'],$filterent['act'])."</td>");
$int = strtolower($filterent['interface']);
$proto = strtolower($filterent['proto']);
OpenPOWER on IntegriCloud