Skip to content

Commit

Permalink
Fix the alert option is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Dec 26, 2023
1 parent c701e47 commit 1788d85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const AlertRules: any = {
jobName: {
label: l('sys.alert.rule.label.taskId'),
valueType: OperatorType.NUMBER_VALUE,
options_enum: EqRuleOperator
},
duration: {
label: l('sys.alert.rule.label.duration'),
Expand All @@ -82,8 +81,7 @@ export const AlertRules: any = {
},
checkpointCostTime: {
label: l('sys.alert.rule.label.checkpointTime'),
valueType: OperatorType.OPTIONS_SEL,
valueEnum: BOOLEAN_VALUE_ENUM
valueType: OperatorType.NUMBER_VALUE,
},
isCheckpointFailed: {
label: l('sys.alert.rule.label.checkpointFailed'),
Expand Down
31 changes: 0 additions & 31 deletions dinky-web/src/pages/SettingCenter/AlertRule/function.ts

This file was deleted.

0 comments on commit 1788d85

Please sign in to comment.