mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Unify os (#2755)
* Unify OS information. Now OS information is only stored into the Host. The lua uses numeric IDs to handle OS. * Fix network discovery OS * Show OS detail into the host details page
This commit is contained in:
parent
81a9963e46
commit
c829c4c3c3
27 changed files with 273 additions and 248 deletions
|
|
@ -35,7 +35,6 @@ function mac2record(mac)
|
|||
-- io.write(mac.fingerprint.."\n")
|
||||
end
|
||||
|
||||
record["column_mac"] = record["column_mac"]..getOperatingSystemIcon(mac.operatingSystem)
|
||||
local manufacturer = get_manufacturer_mac(mac["mac"])
|
||||
if(manufacturer == nil) then manufacturer = "" end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue