[webapp] 批量处理eslint格式告警

This commit is contained in:
tomsun28
2021-12-23 15:59:49 +08:00
parent 1469e85443
commit 7e41f64491
72 changed files with 1724 additions and 2170 deletions

View File

@@ -0,0 +1,110 @@
{
"app": {
"name": "探云",
"description": "易用友好的高性能监控云"
},
"user": {
"name": "Admin",
"avatar": "./assets/img/avatar.svg",
"email": "管理员"
},
"menu": [
{
"text": "总览",
"i18n": "menu.main",
"group": true,
"hideInBreadcrumb": true,
"children": [
{
"text": "仪表盘",
"i18n": "menu.dashboard",
"icon": "anticon-dashboard",
"link": "/dashboard"
}
]
},
{
"text": "监控",
"i18n": "menu.monitor",
"group": true,
"hideInBreadcrumb": true,
"children": [
{
"text": "应用服务",
"i18n": "menu.monitor.service",
"icon": "anticon-cloud",
"children": [
{
"text": "website",
"link": "/monitors?app=website",
"i18n": "monitor.app.website"
},
{
"text": "api",
"link": "/monitors?app=api",
"i18n": "monitor.app.api"
},
{
"text": "ping",
"link": "/monitors?app=ping",
"i18n": "monitor.app.ping"
},
{
"text": "telnet",
"link": "/monitors?app=telnet",
"i18n": "monitor.app.telnet"
}
]
},
{
"text": "数据库",
"i18n": "menu.monitor.db",
"icon": "anticon-database",
"children": [
{
"text": "Mysql",
"link": "/monitors",
"i18n": "monitor.app.mysql"
},
{
"text": "Oracle",
"link": "/monitors",
"i18n": "monitor.app.oracle"
},
{
"text": "Redis",
"link": "/monitors",
"i18n": "monitor.app.redis"
}
]
}
]
},
{
"text": "告警",
"i18n": "menu.alert",
"group": true,
"hideInBreadcrumb": true,
"children": [
{
"text": "告警中心",
"i18n": "menu.alert.center",
"icon": "anticon-alert",
"link": "/alert/center"
},
{
"text": "告警配置",
"i18n": "menu.alert.setting",
"icon": "anticon-bulb",
"link": "/alert/setting"
},
{
"text": "告警通知",
"i18n": "menu.alert.dispatch",
"icon": "anticon-notification",
"link": "/alert/notice"
}
]
}
]
}