mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed "hide from top" hist feature that was not popular and reduced the overall speed
Added icon for blackhole hosts (i.e. hosts RX-only)
This commit is contained in:
parent
ce5c657432
commit
2f20e3f903
18 changed files with 62 additions and 53 deletions
|
|
@ -352,7 +352,7 @@ function getDeviceName(device_mac, skip_manufacturer)
|
|||
if name == device_mac then
|
||||
-- Not found, try with first host
|
||||
local info = interface.getHostsInfo(false, nil, 1, 0, nil, nil, nil, tonumber(vlan), nil,
|
||||
nil, device_mac)
|
||||
nil, device_mac)
|
||||
|
||||
if (info ~= nil) then
|
||||
for x, host in pairs(info.hosts) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue