完善首页以及告警界面

This commit is contained in:
lai
2024-01-26 14:29:44 +08:00
parent fa96c33972
commit 62bf6be2f1
11 changed files with 594 additions and 326 deletions

View File

@@ -212,6 +212,11 @@ export default {
systemStatus:'Status',
realNeStatus:'Status',
reloadTime:'Refresh Time',
Critical:'Critical',
Major:'Major',
Minor:'Minor',
Warning:'Warning',
Event:'Event'
},
error: {
err403: {
@@ -483,6 +488,17 @@ export default {
arrayMore: "Expand",
},
},
dashboard: {
overview:{
UPFFlow:{
up:'Uplink Rate',
down:'Downlink Rate'
},
AlarmTypeBar:{
alarmTotal:'Total:'
}
}
},
neUser: {
auth: {
authInfo:'Authentication Info',

View File

@@ -212,6 +212,11 @@ export default {
systemStatus:'系统状态',
realNeStatus:'网元状态',
reloadTime:'刷新时间',
Critical:'严重告警',
Major:'主要告警',
Minor:'次要告警',
Warning:'警告告警',
Event:'事件告警'
},
error: {
err403: {
@@ -483,6 +488,17 @@ export default {
arrayMore: "展开",
},
},
dashboard: {
overview:{
UPFFlow:{
up:'上行',
down:'下行',
},
AlarmTypeBar:{
alarmTotal:'告警总数:'
}
}
},
neUser: {
auth: {
authInfo:'鉴权信息',