feat:overview 新增chart & overview其他细节调整
1.把overview作为登录后首页 2.asset total 及表格alert列显示调整 3.新增alert trend图表 4.topN头部下拉选调整 5.其他样式调整
This commit is contained in:
@@ -185,10 +185,11 @@ const en = {
|
||||
asset:{
|
||||
title:'Asset',
|
||||
assetType:'Asset Type',
|
||||
modelStat:'Model Stat',
|
||||
dcStat:'DataCenter Stat',
|
||||
modelStat:'Model',
|
||||
dcStat:'DataCenter',
|
||||
num:'Num',
|
||||
alert:'Alert',
|
||||
alertTotal:'Total',
|
||||
alertLow:'Low',
|
||||
alertMedium:'Medium',
|
||||
alertHigh:'High',
|
||||
@@ -221,8 +222,11 @@ const en = {
|
||||
alertNum:'Alert Num',
|
||||
alertRuleTopN:'According to Alert Rule',
|
||||
assetTopN:'According to Asset',
|
||||
top:'Top'
|
||||
}
|
||||
top:'Top',
|
||||
chart:{
|
||||
chartTitle:'Alert Trend'
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
validate: { //校验规则
|
||||
|
||||
Reference in New Issue
Block a user