aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_alerts.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-09-05 11:24:04 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-09-05 11:24:04 -0400
commit204dee69b85897fee37df320a8cf3f899e8f172f (patch)
tree674c4908fdeca1c27ae53ffe1b6752bf0e797768 /config/suricata/suricata_alerts.php
parent9d85e3d4ced9edbb9233a7df8e28b14ef0b00eae (diff)
downloadpfsense-packages-204dee69b85897fee37df320a8cf3f899e8f172f.tar.gz
pfsense-packages-204dee69b85897fee37df320a8cf3f899e8f172f.tar.bz2
pfsense-packages-204dee69b85897fee37df320a8cf3f899e8f172f.zip
Notify user on ALERTS tab when viewing filtered results.
Diffstat (limited to 'config/suricata/suricata_alerts.php')
-rw-r--r--config/suricata/suricata_alerts.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/suricata/suricata_alerts.php b/config/suricata/suricata_alerts.php
index 60a506ae..eab2a1d5 100644
--- a/config/suricata/suricata_alerts.php
+++ b/config/suricata/suricata_alerts.php
@@ -572,10 +572,17 @@ if ($savemsg) {
</table>
</td>
</tr>
+ <?php if ($filterlogentries) : ?>
+ <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>
+ </tr>
+ <?php else: ?>
<tr>
<td colspan="2" class="listtopic"><?php printf(gettext("Last %s Alert Entries"), $anentries); ?>&nbsp;&nbsp;
<?php echo gettext("(Most recent entries are listed first)"); ?></td>
</tr>
+ <?php endif; ?>
<tr>
<td width="100%" colspan="2">
<table id="myTable" style="table-layout: fixed;" width="100%" class="sortable" border="0" cellpadding="0" cellspacing="0">