Fixes flow status severity drilldown

This commit is contained in:
Simone Mainardi 2020-10-20 09:41:10 +02:00
parent f8a91c581e
commit 823d8a8689
7 changed files with 30 additions and 18 deletions

View file

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