Migrate code to index based device type

This commit is contained in:
emanuele-f 2017-08-16 16:45:41 +02:00
parent 29a5a7e013
commit 08ec407fbb
11 changed files with 88 additions and 63 deletions

View file

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