mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements filtering per flow status in the active flows page
This commit is contained in:
parent
a94f3422fb
commit
9cdb84a875
25 changed files with 231 additions and 53 deletions
|
|
@ -147,7 +147,7 @@ print [[
|
|||
|
||||
elseif(page == "Flows") then
|
||||
|
||||
stats = interface.getnDPIStats()
|
||||
stats = interface.getActiveFlowsStats()
|
||||
num_param = 0
|
||||
|
||||
print [[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue