mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-22 23:54:39 +02:00
fix: leftover old severity references (info→routine, filter dropdown)
This commit is contained in:
parent
49f2838048
commit
2f0cf520fa
3 changed files with 3 additions and 3 deletions
|
|
@ -274,7 +274,7 @@ const RULE_TEMPLATES = [
|
|||
enabled: true,
|
||||
trigger_type: "schedule" as const,
|
||||
categories: [] as string[],
|
||||
min_severity: "info",
|
||||
min_severity: "routine",
|
||||
schedule_frequency: "daily" as const,
|
||||
schedule_time: "07:00",
|
||||
schedule_time_2: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue