mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds numFlows to flows retrieval for proper pagination
numFlows was suppressed in an earlier commit but this caused issues with pagination of results.
This commit is contained in:
parent
01172f94fc
commit
fe5c6377aa
17 changed files with 48 additions and 30 deletions
|
|
@ -14,7 +14,7 @@ host_id = _GET["host_id"]
|
|||
|
||||
interface.select(ifname)
|
||||
flows_stats = interface.getFlowsInfo(host_ip)
|
||||
|
||||
flows_stats = flows_stats["flows"]
|
||||
|
||||
print("[")
|
||||
n = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue