mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed dubplicated code
This commit is contained in:
parent
f9f729e4aa
commit
bab578ca66
2 changed files with 1 additions and 3 deletions
|
|
@ -202,7 +202,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
end
|
||||
end
|
||||
|
||||
record["column_last_seen"] = os.date("%x %X", tonumber(value["last_seen"]))
|
||||
record["column_last_seen"] = formatEpoch(value["seen.last"])
|
||||
|
||||
if(value["client_tcp_info"] ~= nil) then
|
||||
record["column_client_rtt"] = format_utils.formatMillis(value["client_tcp_info"]["rtt"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue