mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed unused variable
This commit is contained in:
parent
08755d8518
commit
1025fb3572
1 changed files with 0 additions and 1 deletions
|
|
@ -1532,7 +1532,6 @@ end
|
|||
local function printFlowDevicesFilterDropdown(base_url, page_params)
|
||||
local snmp_cached_dev = require "snmp_cached_dev"
|
||||
local flowdevs = interface.getFlowDevices()
|
||||
local vlans = interface.getVLANsList()
|
||||
local ordering_fun = pairsByKeys
|
||||
|
||||
if flowdevs == nil then flowdevs = {} end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue