This commit is contained in:
pg.yang 2022-12-05 22:31:28 +08:00
parent f7239c0eb8
commit 44913c57aa
No known key found for this signature in database
GPG Key ID: 411035B05FADF184
4 changed files with 10 additions and 4 deletions

View File

@ -375,5 +375,7 @@ const msg = {
language: "Language", language: "Language",
gateway: "Gateway", gateway: "Gateway",
virtualMQ: "Virtual MQ", virtualMQ: "Virtual MQ",
AWSCloud: "AWS Cloud",
AWSCloudEKS: "EKS"
}; };
export default msg; export default msg;

View File

@ -378,5 +378,7 @@ const msg = {
language: "Lenguaje", language: "Lenguaje",
gateway: "Puerta", gateway: "Puerta",
virtualMQ: "MQ virtual", virtualMQ: "MQ virtual",
AWSCloud: "Amazon Cloud",
AWSCloudEKS: "EKS"
}; };
export default msg; export default msg;

View File

@ -373,5 +373,7 @@ const msg = {
language: "语言", language: "语言",
gateway: "网关", gateway: "网关",
virtualMQ: "虚拟消息队列", virtualMQ: "虚拟消息队列",
AWSCloud: "AWS云服务",
AWSCloudEKS: "EKS"
}; };
export default msg; export default msg;

View File

@ -18,9 +18,9 @@
export default [ export default [
{ {
path: "", path: "",
name: "AWS", name: "AWSCloud",
meta: { meta: {
title: "AWS Cloud ", title: "AWSCloud",
icon: "aws", icon: "aws",
hasGroup: true, hasGroup: true,
}, },
@ -28,9 +28,9 @@ export default [
children: [ children: [
{ {
path: "/aws-eks", path: "/aws-eks",
name: "EKS", name: "AWSCloudEKS",
meta: { meta: {
title: "EKS", title: "AWSCloudEKS",
layer: "AWS_EKS", layer: "AWS_EKS",
}, },
}, },