[web-app] bugfix-小部件渲染,新增网站类型监控
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
"i18n": "menu.monitor.service",
|
||||
"icon": "anticon-cloud",
|
||||
"children": [
|
||||
{
|
||||
"text": "website",
|
||||
"link": "/monitors?app=website",
|
||||
"i18n": "monitor.app.website"
|
||||
},
|
||||
{
|
||||
"text": "api",
|
||||
"link": "/monitors?app=api",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
},
|
||||
"app": {
|
||||
"": "监控类型",
|
||||
"website": "网站监测",
|
||||
"api": "HTTP API",
|
||||
"http": "HTTP API",
|
||||
"ping": "PING连通性",
|
||||
|
||||
Reference in New Issue
Block a user