--新增性能门限

This commit is contained in:
lai
2023-10-23 16:27:53 +08:00
parent da6ae18028
commit 49c12f1723
6 changed files with 716 additions and 335 deletions

View File

@@ -224,7 +224,17 @@ export default {
addTask:'Add Task',
stopTask:'Stop Task',
errorTaskInfo: 'Failed to obtain task information',
granulOptionPlease:'Please select the measurement granularity',
},
perfThreshold:{
thresholdValue:'Threshold Value',
alarmType:'Alarm Type',
delThre:'Successfully deleted threshold {num}',
delThreTip:'Are you sure to delete the data item with record number {num}?',
editThre:'Update Threshold',
addThre:'Add Threshold',
errorThreInfo: 'Failed to obtain threshold information',
}
},
traceManage: {
analysis: {

View File

@@ -224,7 +224,17 @@ export default {
addTask:'新增任务',
stopTask:'挂起',
errorTaskInfo: '获取任务信息失败',
granulOptionPlease:'请选择测量粒度',
},
perfThreshold:{
thresholdValue:'门限值',
alarmType:'告警类型',
delThre:'成功删除性能门限 {num}',
delThreTip:'确认删除记录编号为 {num} 的数据项?',
editThre:'修改性能门限',
addThre:'新增性能门限',
errorThreInfo: '获取性能门限信息失败',
}
},
traceManage: {
analysis: {