mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 21:53:17 +00:00
feat: add elasticsearch menu (#257)
This commit is contained in:
parent
49a5481fb0
commit
ceae10cbfa
@ -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