feat:overview 添加过滤 & 部分列表页默认加载10条数据的bug修复
1.overview asset topN 添加过滤下拉选 2.overview 字体修改为rem 3.部分列表页在不改变pageSize的情况下默认加载10条数据的bug修复
This commit is contained in:
@@ -185,6 +185,8 @@ const en = {
|
||||
asset:{
|
||||
title:'Asset',
|
||||
assetType:'Asset Type',
|
||||
modelStat:'Model Stat',
|
||||
dcStat:'DataCenter Stat',
|
||||
num:'Num',
|
||||
alert:'Alert',
|
||||
alertLow:'Low',
|
||||
@@ -194,7 +196,12 @@ const en = {
|
||||
outStock:'Out Stock',
|
||||
pingUp:'Up',
|
||||
pingDown:'Down',
|
||||
host:'Host'
|
||||
host:'Host',
|
||||
dropDownLabel:{
|
||||
type:'type',
|
||||
model:'model',
|
||||
dc:'dataCenter'
|
||||
}
|
||||
},
|
||||
project:{
|
||||
project:'Project',
|
||||
@@ -211,7 +218,10 @@ const en = {
|
||||
level:'Level',
|
||||
alertRule:'Alert Rule',
|
||||
ruleNum:'Rule Num',
|
||||
alertNum:'Alert Num'
|
||||
alertNum:'Alert Num',
|
||||
alertRuleTopN:'According to Alert Rule',
|
||||
assetTopN:'According to Asset',
|
||||
top:'Top'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user