mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added flow score below the list of flow issues, added host score
This commit is contained in:
parent
e6ec8711d7
commit
48f07c0f73
3 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue