mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:34:49 +00:00
Fixes various issues with exporter interface stats page
This commit is contained in:
parent
fbc55ab340
commit
d6735b6e3e
4 changed files with 8 additions and 7 deletions
|
|
@ -105,7 +105,7 @@ local columns = {
|
|||
is_key = true,
|
||||
formatter = {
|
||||
funct = format_portidx_name,
|
||||
column_dependent = "out_device",
|
||||
column_dependent = "in_device",
|
||||
generateLink = generateExporterInterfaceLink
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -373,8 +373,8 @@ function getFlowsFilter()
|
|||
pageinfo["inIndexFilter"] = tonumber(inIfIdx)
|
||||
end
|
||||
|
||||
if not isEmptyString(ifIdx) then
|
||||
pageinfo["ifaceIndexFilter"] = tonumber(ifIdx)
|
||||
if not isEmptyString(ifIndex) then
|
||||
pageinfo["ifaceIndexFilter"] = tonumber(ifIndex)
|
||||
end
|
||||
|
||||
if not isEmptyString(outIfIdx) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue