Skip to content

Commit

Permalink
[web-app] enable alert define preset true by default (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Dec 7, 2022
1 parent 7272968 commit f51c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/app/pojo/AlertDefine.ts
Expand Up @@ -3,7 +3,7 @@ export class AlertDefine {
app!: string;
metric!: string;
field!: string;
preset: boolean = false;
preset: boolean = true;
expr!: string;
// 告警级别 0:高-emergency-紧急告警-红色 1:中-critical-严重告警-橙色 2:低-warning-警告告警-黄色
priority: number = 2;
Expand Down

0 comments on commit f51c31a

Please sign in to comment.