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

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