mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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
|
|
@ -160,6 +160,8 @@ if not isEmptyString(flow_status) then
|
|||
pageinfo["alertedFlows"] = true
|
||||
elseif flow_status == "filtered" then
|
||||
pageinfo["filteredFlows"] = true
|
||||
else
|
||||
pageinfo["statusFilter"] = tonumber(flow_status)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue