mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
Merge branch 'main' into feat/metrics
This commit is contained in:
commit
22aea4bca3
@ -385,5 +385,6 @@ const msg = {
|
|||||||
AWSGateway: "AWS API Gateway",
|
AWSGateway: "AWS API Gateway",
|
||||||
APIGateway: "API Gateway",
|
APIGateway: "API Gateway",
|
||||||
redis: "Redis",
|
redis: "Redis",
|
||||||
|
elasticsearch: "Elasticsearch",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -384,5 +384,6 @@ const msg = {
|
|||||||
AWSGateway: "AWS API Gateway",
|
AWSGateway: "AWS API Gateway",
|
||||||
APIGateway: "API Gateway",
|
APIGateway: "API Gateway",
|
||||||
redis: "Redis",
|
redis: "Redis",
|
||||||
|
elasticsearch: "Elasticsearch",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -382,5 +382,6 @@ const msg = {
|
|||||||
AWSGateway: "AWS API Gateway",
|
AWSGateway: "AWS API Gateway",
|
||||||
APIGateway: "API Gateway",
|
APIGateway: "API Gateway",
|
||||||
redis: "Redis",
|
redis: "Redis",
|
||||||
|
elasticsearch: "Elasticsearch",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -90,6 +90,22 @@ export default [
|
|||||||
layer: "REDIS",
|
layer: "REDIS",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/elasticsearch",
|
||||||
|
name: "Elasticsearch",
|
||||||
|
meta: {
|
||||||
|
title: "elasticsearch",
|
||||||
|
layer: "ELASTICSEARCH",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/elasticsearch/tab/:activeTabIndex",
|
||||||
|
name: "ElasticsearchActiveTabIndex",
|
||||||
|
meta: {
|
||||||
|
notShow: true,
|
||||||
|
layer: "ELASTICSEARCH",
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user