Merge branch 'main' into feat/metrics

This commit is contained in:
Fine0830 2023-04-13 17:19:13 +08:00 committed by GitHub
commit 22aea4bca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 0 deletions

View File

@ -385,5 +385,6 @@ const msg = {
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
elasticsearch: "Elasticsearch",
};
export default msg;

View File

@ -384,5 +384,6 @@ const msg = {
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
elasticsearch: "Elasticsearch",
};
export default msg;

View File

@ -382,5 +382,6 @@ const msg = {
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
elasticsearch: "Elasticsearch",
};
export default msg;

View File

@ -90,6 +90,22 @@ export default [
layer: "REDIS",
},
},
{
path: "/elasticsearch",
name: "Elasticsearch",
meta: {
title: "elasticsearch",
layer: "ELASTICSEARCH",
},
},
{
path: "/elasticsearch/tab/:activeTabIndex",
name: "ElasticsearchActiveTabIndex",
meta: {
notShow: true,
layer: "ELASTICSEARCH",
},
},
],
},
];