mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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
|
|
@ -162,7 +162,7 @@ local function validateOnOff(mode)
|
|||
end
|
||||
|
||||
local function validateMode(mode)
|
||||
local modes = {"all", "local", "remote"}
|
||||
local modes = {"all", "local", "remote", "filtered"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
@ -246,7 +246,7 @@ local function validateBroadcastUnicast(mode)
|
|||
end
|
||||
|
||||
local function validateFlowStatus(mode)
|
||||
local modes = {"normal", "alerted"}
|
||||
local modes = {"normal", "alerted", "filtered"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue