Added flow score below the list of flow issues, added host score

This commit is contained in:
Alfredo Cardigliano 2019-09-05 15:57:05 +02:00
parent e6ec8711d7
commit 48f07c0f73
3 changed files with 14 additions and 0 deletions

View file

@ -959,6 +959,10 @@ else
end
end
print("</td></tr>\n")
if(flow["score"] >= 0) then
print("<tr><th width=30%>"..i18n("flow_details.flow_score").."</th><td colspan=2>"..flow["score"].."</td></tr>\n")
end
end
if((flow.client_process == nil) and (flow.server_process == nil)) then