Reworked assets table

This commit is contained in:
Matteo Biscosi 2024-12-30 12:37:05 +01:00
parent 24c3745810
commit a63dec0dcc
17 changed files with 544 additions and 486 deletions

View file

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