Quota gui improvements

- Filter flows with blocked traffic
- Filter hosts with blocked traffic
- Improve flow_details quota report
This commit is contained in:
emanuele-f 2017-06-05 18:09:56 +02:00
parent 5435d0b71b
commit 12d0e8a0bb
14 changed files with 91 additions and 28 deletions

View file

@ -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