mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Cleanued up code for flow score
This commit is contained in:
parent
c7b7f2ee1b
commit
55d8e299fa
11 changed files with 131 additions and 42 deletions
|
|
@ -332,7 +332,7 @@ end
|
|||
local info = value["info"]
|
||||
|
||||
if isScoreEnabled() then
|
||||
record["column_score"] = format_utils.formatValue(value["score"])
|
||||
record["column_score"] = format_utils.formatValue(value.score.flow_score)
|
||||
end
|
||||
|
||||
record["column_info"] = info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue