mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Allows sort L7 Devices by mac address
This commit is contained in:
parent
8f53e79dfe
commit
c45849d73e
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue