mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
87652fe7f7
commit
55e6754d64
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ for _key, value in ipairs(flows_stats) do
|
|||
record["breakdown"]["srv2cli"] = (100-cli2srv)
|
||||
|
||||
if isScoreEnabled() then
|
||||
record["score"] = format_utils.formatValue(value["score"])
|
||||
record["score"] = format_utils.formatValue(value["score"]["flow_score"])
|
||||
end
|
||||
|
||||
if verbose then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue