From 9a19d3c8559a05853deeb7d4ca69c09179dcbf29 Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Wed, 8 Oct 2014 13:50:54 -0400 Subject: Show alert MSG instead of PRI and CLASS in Dashboard Widget. --- config/suricata/suricata_alerts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/suricata/suricata_alerts.js') diff --git a/config/suricata/suricata_alerts.js b/config/suricata/suricata_alerts.js index b6a5d3c3..e56b586d 100644 --- a/config/suricata/suricata_alerts.js +++ b/config/suricata/suricata_alerts.js @@ -18,7 +18,7 @@ function suricata_alerts_fetch_new_rules_callback(callback_data) { line += '
' + row_split[2] + '

' + row_split[3] + '
'; - line += '' + 'Pri: ' + row_split[4] + ' ' + row_split[5] + ''; + line += '
' + row_split[4] + '
'; new_data_to_add[new_data_to_add.length] = line; } suricata_alerts_update_div_rows(new_data_to_add); -- cgit v1.2.3