mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Quota gui improvements
- Filter flows with blocked traffic - Filter hosts with blocked traffic - Improve flow_details quota report
This commit is contained in:
parent
5435d0b71b
commit
12d0e8a0bb
14 changed files with 91 additions and 28 deletions
|
|
@ -131,8 +131,11 @@ end
|
|||
if not isEmptyString(flow_status) then
|
||||
if flow_status == "normal" then
|
||||
pageinfo["alertedFlows"] = false
|
||||
else
|
||||
pageinfo["filteredFlows"] = false
|
||||
elseif flow_status == "alerted" then
|
||||
pageinfo["alertedFlows"] = true
|
||||
elseif flow_status == "filtered" then
|
||||
pageinfo["filteredFlows"] = true
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue