mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added historical button to inactive hosts page
This commit is contained in:
parent
3cf17c6e11
commit
000579677a
6 changed files with 60 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue