mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed no more used code
This commit is contained in:
parent
552b524da3
commit
18983a7d9c
6 changed files with 32 additions and 40 deletions
|
|
@ -347,7 +347,6 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
end
|
||||
record["column_duration"] = secondsToTime(value["duration"])
|
||||
record["column_bytes"] = value["bytes"]
|
||||
-- record["column_serial"] = value["flow_serial"]
|
||||
|
||||
local column_thpt = ''
|
||||
if(throughput_type == "pps") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue