aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_alerts.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-09-20 17:27:41 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-12-15 12:04:36 -0500
commit0e9009d3aa39885e03b826a263e0fc2047e324a7 (patch)
tree5e259d6ffbe019277d905da08fd2c9901cbcc10b /config/suricata/suricata_alerts.php
parentd98b926bbf28b1e381c0098aa431c01494c82450 (diff)
downloadpfsense-packages-0e9009d3aa39885e03b826a263e0fc2047e324a7.tar.gz
pfsense-packages-0e9009d3aa39885e03b826a263e0fc2047e324a7.tar.bz2
pfsense-packages-0e9009d3aa39885e03b826a263e0fc2047e324a7.zip
Remove FILTERED VIEW text from table header when clearing filter.
Diffstat (limited to 'config/suricata/suricata_alerts.php')
-rw-r--r--config/suricata/suricata_alerts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_alerts.php b/config/suricata/suricata_alerts.php
index 9a999e1c..9e4eacf2 100644
--- a/config/suricata/suricata_alerts.php
+++ b/config/suricata/suricata_alerts.php
@@ -580,7 +580,7 @@ if ($savemsg) {
</table>
</td>
</tr>
- <?php if ($filterlogentries) : ?>
+ <?php if ($filterlogentries && count($filterfieldsarray)) : ?>
<tr>
<td colspan="2" class="listtopic"><?php printf(gettext("Last %s Alert Entries"), $anentries); ?>&nbsp;&nbsp;
<?php echo gettext("(Most recent listed first) ** FILTERED VIEW ** clear filter to see all entries"); ?></td>