Implement initial flow score support

This commit is contained in:
emanuele-f 2019-08-30 17:15:40 +02:00
parent d2fc1f3b0b
commit 2d02de6cc1
11 changed files with 169 additions and 7 deletions

View file

@ -486,6 +486,10 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
local info = value["info"]
if(value["score"] >= 0) then
info = info .. string.format(" [<b>score: %u</b>]", value["score"])
end
record["column_info"] = info
formatted_res[#formatted_res + 1] = record