Changed flow column sort, and alert icon position (after L4 protocol)

This commit is contained in:
Luca Deri 2022-08-02 22:22:19 +02:00
parent 8a7186f97e
commit 54f8e335a5
2 changed files with 3 additions and 3 deletions

View file

@ -272,7 +272,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
column_proto_l4 = alert_consts.alertTypeIcon(value["predominant_alert"], map_score_to_severity(value["predominant_alert_score"]))
end
column_proto_l4 = column_proto_l4..value["proto.l4"]
column_proto_l4 = value["proto.l4"].." "..column_proto_l4
if(value["verdict.pass"] == false) then
column_proto_l4 = "<strike>"..column_proto_l4.."</strike>"