Move unassigned devices to the host pools page and allow to filter active/inactive devices

This commit is contained in:
emanuele-f 2017-05-26 20:59:42 +02:00
parent c47b4f2bcd
commit b2e09822ad
7 changed files with 111 additions and 64 deletions

View file

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