mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix footer stats
This commit is contained in:
parent
701a30527c
commit
9687f6f5f1
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ elseif not isEmptyString(_GET["iffilter"]) then
|
|||
else
|
||||
local ifname = nil
|
||||
if not isEmptyString(_GET["ifid"]) then
|
||||
ifname = _GET["ifid"]
|
||||
ifname = getInterfaceName(_GET["ifid"])
|
||||
end
|
||||
res = dumpInterfaceStats(ifname)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue