This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
commit fa59af3a9562a7b7bc2157c34b3f55a78b791d72 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Wed Sep 21 11:53:31 2022 +0800 Remove commented codes --- src/router/data/infrastructure.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/router/data/infrastructure.ts b/src/router/data/infrastructure.ts index d725d63..79bf759 100644 --- a/src/router/data/infrastructure.ts +++ b/src/router/data/infrastructure.ts @@ -43,22 +43,6 @@ export default [ layer: "OS_LINUX", }, }, - // { - // path: "/infrastructure/vm", - // name: "VirtualMachine", - // meta: { - // title: "virtualMachine", - // }, - // component: () => import("@/views/infrastructure/Infrastructure.vue"), - // }, - // { - // path: "/infrastructure/k8s", - // name: "Kubernetes", - // meta: { - // title: "kubernetes", - // }, - // component: () => import("@/views/infrastructure/Infrastructure.vue"), - // }, ], }, ];
