mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Ported exporter info to correct c++ function
This commit is contained in:
parent
e020843d42
commit
db468c3d2a
7 changed files with 10 additions and 10 deletions
|
|
@ -1831,7 +1831,7 @@ local function printFlowDevicesFilterDropdown(base_url, page_params)
|
|||
</div>']]
|
||||
|
||||
if cur_dev ~= nil then -- also print dropddowns for input and output interface index
|
||||
local ports_table = interface.getFlowDeviceInfo(cur_dev)
|
||||
local ports_table = interface.getFlowDeviceInfoByIP(cur_dev)
|
||||
|
||||
for _, direction in pairs({"outIfIdx", "inIfIdx"}) do
|
||||
local cur_if = _GET[direction]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue