NEZ-978 feat:alert rule 页面功能重构

This commit is contained in:
zhangyu
2021-09-08 17:15:59 +08:00
parent 65c07e5a43
commit 1933ab8229
7 changed files with 380 additions and 56 deletions

View File

@@ -1289,7 +1289,16 @@ const en = {
alertRuleInfo: 'Alert rule information',
alertNumTrend: 'Alert num trend',
affectEntity: 'Affect entity'
}
},
timeout: 'Timeout',
inr: 'Evaluation interval ',
autoExpired: 'Automatic expired',
state: 'State',
schedEnable: 'Schedule',
schedDays: 'Effective time',
notifyActive: 'Active Notification',
notifyExpired: 'Expired notification',
trbShot: 'Trouble shooting'
},
silence: {
name: 'Name',
@@ -1679,6 +1688,15 @@ const en = {
source: 'Source',
twoFactorAuthentication: 'Two-Factor Authentication'
},
week: {
Mon: 'Monday',
Tue: 'Tuesday',
Wed: 'Wednesday',
Thu: 'Thursday',
Fri: 'Friday',
Sat: 'Saturday',
Sun: 'Sunday'
},
...enLocale
}