[webapp] 通知红标,近期未处理告警展示

This commit is contained in:
tomsun28
2021-12-20 17:10:06 +08:00
parent 64112c0a15
commit b21662cb1b
13 changed files with 91 additions and 155 deletions

View File

@@ -55,6 +55,21 @@
"redis": "Redis"
}
},
"alert": {
"": "告警",
"status": {
"": "告警状态",
"0": "待处理",
"2": "已恢复",
"3": "已处理"
},
"priority": {
"": "告警级别",
"0": "紧急告警",
"1": "严重告警",
"2": "警告告警"
}
},
"app.lock": "锁屏",
"app.login.message-invalid-credentials": "账户或密码错误admin/ant.design",
"app.login.message-invalid-verification-code": "验证码错误",