Replace flow status warning icon to avoid confusion with alerted state

This commit is contained in:
emanuele-f 2019-09-18 15:33:33 +02:00
parent f735749716
commit 50c5395a1c
3 changed files with 19 additions and 14 deletions

View file

@ -426,7 +426,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
if(value["flow.alerted"]) then
column_proto_l4 = "<i class='fa fa-warning' style='color: #B94A48' title='"..noHtml(status_info) .."'></i> "
elseif(value["flow.status"] ~= 0) then
column_proto_l4 = "<i class='fa fa-warning' style='color: orange;' title='"..noHtml(status_info) .."'></i> "
column_proto_l4 = "<i class='fa fa-exclamation-circle' style='color: orange;' title='"..noHtml(status_info) .."'></i> "
end
if value["proto.l4"] == "TCP" or value["proto.l4"] == "UDP" then