mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix ifid handling in disabled alerts
This commit is contained in:
parent
65b2bd6ffb
commit
7534fa4636
2 changed files with 7 additions and 2 deletions
|
|
@ -61,6 +61,10 @@ local to_skip = (currentPage-1) * perPage
|
|||
|
||||
-- ################################################
|
||||
|
||||
if _GET["ifid"] then
|
||||
interface.select(_GET["ifid"])
|
||||
end
|
||||
|
||||
local ifid = interface.getId()
|
||||
local entity_counters = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue