mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:44:02 +00:00
feat: update menus for OpenFunction (#223)
This commit is contained in:
parent
224053c0f4
commit
1768a1641c
@ -183,6 +183,7 @@ const msg = {
|
|||||||
iframeSrc: "Iframe Link",
|
iframeSrc: "Iframe Link",
|
||||||
generateLink: "Generate Link",
|
generateLink: "Generate Link",
|
||||||
setDuration: "Set Duration",
|
setDuration: "Set Duration",
|
||||||
|
openFunction: "OpenFunction",
|
||||||
seconds: "Seconds",
|
seconds: "Seconds",
|
||||||
hourTip: "Select Hour",
|
hourTip: "Select Hour",
|
||||||
minuteTip: "Select Minute",
|
minuteTip: "Select Minute",
|
||||||
|
@ -166,6 +166,7 @@ const msg = {
|
|||||||
iframeSrc: "Enlace Iframe",
|
iframeSrc: "Enlace Iframe",
|
||||||
generateLink: "Generar enlaces",
|
generateLink: "Generar enlaces",
|
||||||
setDuration: "Establecer la duración",
|
setDuration: "Establecer la duración",
|
||||||
|
openFunction: "OpenFunction",
|
||||||
seconds: "Segundos",
|
seconds: "Segundos",
|
||||||
hourTip: "Seleccione Hora",
|
hourTip: "Seleccione Hora",
|
||||||
minuteTip: "Seleccione Minuto",
|
minuteTip: "Seleccione Minuto",
|
||||||
|
@ -180,6 +180,7 @@ const msg = {
|
|||||||
iframeSrc: "Iframe链接",
|
iframeSrc: "Iframe链接",
|
||||||
generateLink: "生成链接",
|
generateLink: "生成链接",
|
||||||
setDuration: "设置时间区间",
|
setDuration: "设置时间区间",
|
||||||
|
openFunction: "OpenFunction",
|
||||||
seconds: "秒",
|
seconds: "秒",
|
||||||
hourTip: "选择小时",
|
hourTip: "选择小时",
|
||||||
minuteTip: "选择分钟",
|
minuteTip: "选择分钟",
|
||||||
|
@ -22,17 +22,24 @@ export default [
|
|||||||
meta: {
|
meta: {
|
||||||
title: "functions",
|
title: "functions",
|
||||||
icon: "functions",
|
icon: "functions",
|
||||||
layer: "FAAS",
|
hasGroup: true,
|
||||||
},
|
},
|
||||||
redirect: "/functions",
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "/functions",
|
path: "/openFunction",
|
||||||
name: "Functions",
|
name: "OpenFunction",
|
||||||
|
meta: {
|
||||||
|
title: "openFunction",
|
||||||
|
layer: "FAAS",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/functions/tab/:activeTabIndex",
|
path: "/openFunction/tab/:activeTabIndex",
|
||||||
name: "FunctionsActiveTabIndex",
|
name: "OpenFunctionActiveTabIndex",
|
||||||
|
meta: {
|
||||||
|
notShow: true,
|
||||||
|
layer: "FAAS",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user