Add AWS menu for supporting AWS monitoring (#202)

This commit is contained in:
pg.yang
2022-12-06 21:41:15 +08:00
committed by GitHub
parent aa11a681ce
commit 253f5c9261
5 changed files with 55 additions and 0 deletions

View File

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

View File

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

View File

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