mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Reworked assets table
This commit is contained in:
parent
24c3745810
commit
a63dec0dcc
17 changed files with 544 additions and 486 deletions
|
|
@ -29,7 +29,7 @@ local rsp = {
|
|||
host_info = {}
|
||||
}
|
||||
local serial_key = _GET["serial_key"]
|
||||
local list = asset_management_utils.get_inactive_host_info(ifid, serial_key) or {}
|
||||
local list = asset_management_utils.getInactiveHostInfo(ifid, serial_key) or {}
|
||||
|
||||
-- Check if at least an host is inactive
|
||||
for _, host_details in pairs(list or {}) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue