Merge branch 'main' of github.com:apache/skywalking-booster-ui into feat/metric-trace

This commit is contained in:
Fine 2022-10-24 15:35:41 +08:00
commit 97bf77c49e
4 changed files with 19 additions and 0 deletions

View File

@ -356,5 +356,6 @@ const msg = {
"Notice: Please press Enter after inputting a key of content, exclude key of content(key=value).", "Notice: Please press Enter after inputting a key of content, exclude key of content(key=value).",
language: "Language", language: "Language",
gateway: "Gateway", gateway: "Gateway",
virtualMQ: "Virtual MQ"
}; };
export default msg; export default msg;

View File

@ -359,5 +359,6 @@ const msg = {
"Aviso: Por favor presione Intro después de introducir una clave de contenido, excluir clave de contenido(clave=valor).", "Aviso: Por favor presione Intro después de introducir una clave de contenido, excluir clave de contenido(clave=valor).",
language: "Lenguaje", language: "Lenguaje",
gateway: "Puerta", gateway: "Puerta",
virtualMQ: "MQ virtual",
}; };
export default msg; export default msg;

View File

@ -356,5 +356,6 @@ const msg = {
"请输入一个内容关键词或者内容不包含的关键词(key=value)之后回车", "请输入一个内容关键词或者内容不包含的关键词(key=value)之后回车",
language: "语言", language: "语言",
gateway: "网关", gateway: "网关",
virtualMQ: "虚拟消息队列",
}; };
export default msg; export default msg;

View File

@ -73,6 +73,22 @@ export default [
layer: "VIRTUAL_CACHE", layer: "VIRTUAL_CACHE",
}, },
}, },
{
path: "/mq",
name: "VirtualMQ",
meta: {
title: "virtualMQ",
layer: "VIRTUAL_MQ",
},
},
{
path: "/mq/tab/:activeTabIndex",
name: "VirtualMQActiveTabIndex",
meta: {
notShow: true,
layer: "VIRTUAL_MQ",
},
},
], ],
}, },
]; ];