Add Redis Menu (#253)

This commit is contained in:
yswdqz 2023-04-05 22:20:11 +08:00 committed by GitHub
parent 8077043c7e
commit 8bb45bb453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 0 deletions

View File

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

View File

@ -383,5 +383,6 @@ const msg = {
AWSCloudDynamoDB: "DynamoDB",
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
};
export default msg;

View File

@ -381,5 +381,6 @@ const msg = {
AWSCloudDynamoDB: "DynamoDB",
AWSGateway: "AWS API Gateway",
APIGateway: "API Gateway",
redis: "Redis",
};
export default msg;

View File

@ -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",
},
},
],
},
];