diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-02 16:13:45 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-02 16:13:45 -0400 |
commit | 3f34c4d3a8b7fa88ef4359bb8c800f0deabbe53b (patch) | |
tree | 20786db9d742eb4e10808b3a185a8588faa6d0c3 /config | |
parent | 56f7c116d00eea10ef796ac41c477330a4d1daac (diff) | |
download | pfsense-packages-3f34c4d3a8b7fa88ef4359bb8c800f0deabbe53b.tar.gz pfsense-packages-3f34c4d3a8b7fa88ef4359bb8c800f0deabbe53b.tar.bz2 pfsense-packages-3f34c4d3a8b7fa88ef4359bb8c800f0deabbe53b.zip |
Change title in Suricata Widget column header to Priority/Rule Name.
Diffstat (limited to 'config')
-rw-r--r-- | config/suricata/suricata_alerts.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_alerts.widget.php b/config/suricata/suricata_alerts.widget.php index 776cead9..77122f6d 100644 --- a/config/suricata/suricata_alerts.widget.php +++ b/config/suricata/suricata_alerts.widget.php @@ -238,7 +238,7 @@ function suricata_widget_get_alerts() { <tr> <th class="listhdrr"><?=gettext("IF/Date");?></th> <th class="listhdrr"><?=gettext("Src/Dst Address");?></th> - <th class="listhdrr"><?=gettext("Classification");?></th> + <th class="listhdrr"><?=gettext("Priority/Rule Name");?></th> </tr> </thead> <tbody id="suricata-alert-entries"> |