Added fix for #1755

Implemented OS detection via HTTP user agent
Minor cosmetic GUI fixes
This commit is contained in:
Luca Deri 2018-06-14 19:20:21 +02:00
parent 2d87469279
commit d17bb9671f
8 changed files with 74 additions and 9 deletions

View file

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