mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Migrate code to index based device type
This commit is contained in:
parent
29a5a7e013
commit
08ec407fbb
11 changed files with 88 additions and 63 deletions
|
|
@ -18,7 +18,7 @@ local sortOrder = _GET["sortOrder"]
|
|||
local vlan = _GET["vlan"]
|
||||
local devices_mode = _GET["devices_mode"]
|
||||
local manufacturer = _GET["manufacturer"]
|
||||
local device_type = _GET["device_type"]
|
||||
local device_type = tonumber(_GET["device_type"])
|
||||
|
||||
local sortPrefs = "macs"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue