Fixes various issues with exporter interface stats page

This commit is contained in:
Matteo Biscosi 2025-10-20 15:08:33 +02:00
parent fbc55ab340
commit d6735b6e3e
4 changed files with 8 additions and 7 deletions

View file

@ -105,7 +105,7 @@ local columns = {
is_key = true,
formatter = {
funct = format_portidx_name,
column_dependent = "out_device",
column_dependent = "in_device",
generateLink = generateExporterInterfaceLink
}
},

View file

@ -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