feat:endpoint实例最新监控指标展示功能实现

This commit is contained in:
wangwenrui
2020-02-04 18:52:09 +08:00
parent 0eaeb09d4f
commit ec6de8a0ca
2 changed files with 179 additions and 6 deletions

View File

@@ -30,7 +30,9 @@ const en = {
select: 'Select',//'选择'
ok: 'Ok',//OK
all: 'All',//'全选'
other: 'Others'//"其他"
other: 'Others',//"其他"
query: 'Query', //查询
back: 'Back' //返回
},
dashboard:{
title:'Dashboard',
@@ -418,7 +420,11 @@ const en = {
path: 'Path',//"路径"
asset: 'Device',//"设备"
lastUpdate: 'Last update time',//"最后更新时间"
moduleParameter: 'Module parameter'//"组件参数"
moduleParameter: 'Module parameter',//"组件参数"
addGraph: 'Add Graph', //添加图标
element: 'Element',
value: 'Value',
promExpr: 'Please input expression'
},
metrics: {
metrics: 'Metrics',//"指标"