Problems: add min severity filter
This commit is contained in:
@@ -132,6 +132,7 @@ function migrateOptions(panel) {
|
||||
return {
|
||||
hostsInMaintenance: panel.hostsInMaintenance,
|
||||
sortProblems: panel.sortTriggersBy?.value === 'priority' ? 'priority' : 'default',
|
||||
minSeverity: 0,
|
||||
acknowledged: acknowledged,
|
||||
limit: limit,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user