Add AWS S3 menu (#227)

This commit is contained in:
pg.yang 2023-02-08 22:43:05 +08:00 committed by GitHub
parent d93ed2c5d3
commit 5b0a68fe18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 0 deletions

View File

@ -378,5 +378,6 @@ const msg = {
virtualMQ: "Virtual MQ",
AWSCloud: "AWS Cloud",
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
};
export default msg;

View File

@ -377,5 +377,6 @@ const msg = {
virtualMQ: "MQ virtual",
AWSCloud: "AWS Cloud",
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
};
export default msg;

View File

@ -375,5 +375,6 @@ const msg = {
virtualMQ: "虚拟消息队列",
AWSCloud: "AWS云服务",
AWSCloudEKS: "EKS",
AWSCloudS3: "S3",
};
export default msg;

View File

@ -42,6 +42,22 @@ export default [
layer: "AWS_EKS",
},
},
{
path: "/aws-s3",
name: "AWSCloudS3",
meta: {
title: "AWSCloudS3",
layer: "AWS_S3",
},
},
{
path: "/aws-s3/tab/:activeTabIndex",
name: "S3ActiveTabIndex",
meta: {
notShow: true,
layer: "AWS_S3",
},
},
],
},
];