NEZ-309 feat:alert rule相关页面增加 operator,threshold,unit字段 & singlestat chart添加no data & asset model 同步添加确认提示框

This commit is contained in:
wangwenrui
2020-06-04 19:14:04 +08:00
parent 7d91ae1568
commit baa3b8f0ab
10 changed files with 160 additions and 24 deletions

View File

@@ -342,6 +342,7 @@ const cn = {
pressEnterToAdd: "回车添加新行",
resetSuccess: "重置成功",
syncSuccess:'同步成功',
syncTip:"此操作可能造成原有数据或图表被覆盖,确认同步吗?"
},
asset: {
asset: "资产",
@@ -769,7 +770,10 @@ const cn = {
module: "组件",
asset: "设备"
},
alertNum: "告警数量"
alertNum: "告警数量",
operator:'比较符',
threshold:'阈值',
unit:'单位'
}
},
project: {