mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixes non working severity filter counter (#5990)
This commit is contained in:
parent
af840f4170
commit
9be230902c
2 changed files with 4 additions and 2 deletions
|
|
@ -456,7 +456,7 @@ local function validateAlertType(mode)
|
|||
end
|
||||
|
||||
local function validateAlertTypeSeverity(mode)
|
||||
local modes = {"notice_or_lower", "warning", "error_or_higher"}
|
||||
local modes = {"group_none", "notice_or_lower", "warning", "error_or_higher"}
|
||||
|
||||
return validateChoice(modes, mode)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue