mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added fix for #1755
Implemented OS detection via HTTP user agent Minor cosmetic GUI fixes
This commit is contained in:
parent
2d87469279
commit
d17bb9671f
8 changed files with 74 additions and 9 deletions
|
|
@ -45,7 +45,7 @@ function mac2record(mac)
|
|||
|
||||
if(mac["model"] ~= nil) then
|
||||
local _model = discover.apple_products[mac["model"]] or mac["model"]
|
||||
manufacturer = manufacturer .. " [ ".. _model .." ]"
|
||||
manufacturer = manufacturer .. " [ ".. shortenString(_model) .." ]"
|
||||
end
|
||||
|
||||
record["column_manufacturer"] = manufacturer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue