[manager,webapp]优化监控类型参数,告警处理提示

This commit is contained in:
tomsun28
2022-01-30 12:39:23 +08:00
parent 9b08d8d19b
commit 6a9fe9912f
12 changed files with 194 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"app": {
"name": "探云",
"name": "TANCLOUD",
"description": "易用友好的高性能监控云"
},
"user": {
@@ -50,9 +50,9 @@
"i18n": "monitor.app.ping"
},
{
"text": "telnet",
"link": "/monitors?app=telnet",
"i18n": "monitor.app.telnet"
"text": "port",
"link": "/monitors?app=port",
"i18n": "monitor.app.port"
}
]
},
@@ -63,7 +63,7 @@
"children": [
{
"text": "Mysql",
"link": "/monitors",
"link": "/monitors?app=mysql",
"i18n": "monitor.app.mysql"
},
{
@@ -105,6 +105,20 @@
"link": "/alert/notice"
}
]
},
{
"text": "More",
"i18n": "menu.extras",
"group": true,
"hideInBreadcrumb": true,
"children": [
{
"text": "Settings",
"link": "/account/settings",
"i18n": "menu.extras.setting",
"icon": "anticon-setting"
}
]
}
]
}