Allows sort L7 Devices by mac address

This commit is contained in:
Simone Mainardi 2017-01-26 15:36:05 +01:00
parent 8f53e79dfe
commit c45849d73e
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ function mac2record(mac)
link = link.." "..icon
end
end
record["column_link"] = link
record["column_mac"] = link
local manufacturer = get_manufacturer_mac(mac["mac"])
if(manufacturer == nil) then manufacturer = "" end