mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Changed flow column sort, and alert icon position (after L4 protocol)
This commit is contained in:
parent
8a7186f97e
commit
54f8e335a5
2 changed files with 3 additions and 3 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue