mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes interface selection causing view flows not refreshed
This commit is contained in:
parent
111ff3cfd7
commit
83ee68f19b
6 changed files with 12 additions and 8 deletions
|
|
@ -263,7 +263,7 @@ function ebpf_utils.draw_flows_datatable(ifstats, host_info, username, pid_name)
|
|||
var url_update = "]]
|
||||
print (ntop.getHttpPrefix())
|
||||
print [[/lua/get_flows_data.lua?]]
|
||||
print(table.tconcat({username = username, pid_name = pid_name, host = hostinfo2hostkey(host_info)}, "=", "&"))
|
||||
print(table.tconcat({ifid = interface.getId(), username = username, pid_name = pid_name, host = hostinfo2hostkey(host_info)}, "=", "&"))
|
||||
print ('";')
|
||||
|
||||
local show_vlan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue