mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
fix live flows Device ip
This commit is contained in:
parent
906eeb0fbd
commit
d70ac5d977
3 changed files with 3 additions and 3 deletions
|
|
@ -224,7 +224,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
if (value["in_index"] ~= nil and value["out_index"] ~= nil) then
|
||||
--record["column_in_index"] = tostring(value["in_index"])..' '
|
||||
--record["column_out_index"] = tostring(value["out_index"])..' '
|
||||
record["column_device_id"] = value["device_ip"]
|
||||
record["column_device_ip"] = value["device_ip"]
|
||||
record["in_index"] = value["in_index"]
|
||||
record["out_index"] = value["out_index"]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue