mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Added charts in Inactive hosts page and syncro with filters. Added delete since (#7577)
This commit is contained in:
parent
ae9748b5a7
commit
7863162d86
10 changed files with 233 additions and 22 deletions
|
|
@ -17,7 +17,7 @@ local ifid = _GET["ifid"] or interface.getId()
|
|||
interface.select(tostring(ifid))
|
||||
|
||||
local active_hosts = interface.getStats().stats.local_hosts
|
||||
local inactive_hosts = inactive_hosts_utils.getInactiveHostsNumber(ifid)
|
||||
local inactive_hosts = inactive_hosts_utils.getInactiveHostsNumber(ifid, inactive_hosts_utils.getFilters())
|
||||
|
||||
local rsp = {
|
||||
series = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue