diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-02 16:27:53 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-02 16:27:53 -0400 |
commit | b9dd2b74d87b1664360bd467b37baf604c53de30 (patch) | |
tree | bddc8597cca7259cbabce2ffa12cf26bee2459e3 /config | |
parent | 3f34c4d3a8b7fa88ef4359bb8c800f0deabbe53b (diff) | |
download | pfsense-packages-b9dd2b74d87b1664360bd467b37baf604c53de30.tar.gz pfsense-packages-b9dd2b74d87b1664360bd467b37baf604c53de30.tar.bz2 pfsense-packages-b9dd2b74d87b1664360bd467b37baf604c53de30.zip |
Change title for Widget column to Priority/Class instead.
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 77122f6d..bc7a0e2a 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("Priority/Rule Name");?></th> + <th class="listhdrr"><?=gettext("Priority/Class");?></th> </tr> </thead> <tbody id="suricata-alert-entries"> |