This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new d50e9fc  Remove commented codes (#162)
d50e9fc is described below

commit d50e9fc261a5c5e97605bbc0076a5dffadd9dc2e
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Sep 21 12:34:06 2022 +0800

    Remove commented codes (#162)
---
 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"),
-      // },
     ],
   },
 ];

Reply via email to