Fixes inactive hosts ordering (#7642)

This commit is contained in:
Matteo Biscosi 2023-07-06 14:58:10 +00:00
parent 1424632c06
commit 91627d42d7
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ function inactive_hosts_utils.getInactiveHosts(ifid, filters)
host_list[#host_list + 1] = {
ip_address = host_info.ip,
mac_address = host_info.mac,
host = host_info.ip .. "@" .. host_info.vlan,
vlan = getFullVlanName(host_info.vlan),
vlan_id = host_info.vlan,
name = host_info.name,