mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes flow status severity drilldown
This commit is contained in:
parent
f8a91c581e
commit
823d8a8689
7 changed files with 30 additions and 18 deletions
|
|
@ -428,7 +428,7 @@ local function validateFlowStatus(mode)
|
|||
end
|
||||
|
||||
local function validateFlowStatusSeverity(mode)
|
||||
local modes = {"notice_and_lower", "warning", "error_and_higher"}
|
||||
local modes = {"notice_or_lower", "warning", "error_or_higher"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue