Added historical button to inactive hosts page

This commit is contained in:
Matteo Biscosi 2023-06-07 10:46:17 +00:00
parent 3cf17c6e11
commit 000579677a
6 changed files with 60 additions and 5 deletions

View file

@ -40,6 +40,8 @@ function inactive_hosts_utils.getInactiveHosts(ifid)
name = host_info.name,
last_seen = host_info.last_seen,
first_seen = host_info.first_seen,
epoch_end = host_info.last_seen,
epoch_begin = host_info.first_seen,
device_id = host_info.device_type,
device_type = discover.devtype2string(host_info.device_type),
network_id = host_info.network,