mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Move unassigned devices to the host pools page and allow to filter active/inactive devices
This commit is contained in:
parent
c47b4f2bcd
commit
b2e09822ad
7 changed files with 111 additions and 64 deletions
|
|
@ -6,6 +6,7 @@ local throughput_type = getThroughputType()
|
|||
local now = os.time()
|
||||
|
||||
function macAddIcon(mac, pre)
|
||||
local pre = pre or mac
|
||||
if not isSpecialMac(mac) then
|
||||
local icon = getHostIcon(mac)
|
||||
if not isEmptyString(icon) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue