mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Migrate code to index based device type
This commit is contained in:
parent
29a5a7e013
commit
08ec407fbb
11 changed files with 88 additions and 63 deletions
|
|
@ -238,7 +238,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
print(" ")
|
||||
|
||||
local icon = getOSIcon(value["os"])
|
||||
icon = icon .. discover.devtype2icon(hosts_stats[key].device_type)
|
||||
icon = icon .. discover.devtype2icon(hosts_stats[key].devtype)
|
||||
icon = icon:gsub('"',"'")
|
||||
print(icon)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue