mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes inactive hosts ordering (#7642)
This commit is contained in:
parent
1424632c06
commit
91627d42d7
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue