mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 16:23:14 +00:00
Add Redis Menu (#253)
This commit is contained in:
parent
8077043c7e
commit
8bb45bb453
@ -384,5 +384,6 @@ const msg = {
|
||||
AWSCloudDynamoDB: "DynamoDB",
|
||||
AWSGateway: "AWS API Gateway",
|
||||
APIGateway: "API Gateway",
|
||||
redis: "Redis",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -383,5 +383,6 @@ const msg = {
|
||||
AWSCloudDynamoDB: "DynamoDB",
|
||||
AWSGateway: "AWS API Gateway",
|
||||
APIGateway: "API Gateway",
|
||||
redis: "Redis",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -381,5 +381,6 @@ const msg = {
|
||||
AWSCloudDynamoDB: "DynamoDB",
|
||||
AWSGateway: "AWS API Gateway",
|
||||
APIGateway: "API Gateway",
|
||||
redis: "Redis",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -74,6 +74,22 @@ export default [
|
||||
layer: "AWS_DYNAMODB",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/redis",
|
||||
name: "Redis",
|
||||
meta: {
|
||||
title: "redis",
|
||||
layer: "REDIS",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/redis/tab/:activeTabIndex",
|
||||
name: "RedisActiveTabIndex",
|
||||
meta: {
|
||||
notShow: true,
|
||||
layer: "REDIS",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user