瀏覽代碼

feat(ui): hide GPU service menu from navigation

Add hideInMenu: true to gpuService route to temporarily hide the
entire GPU service section (instances, templates, storage, public keys).
kinglee 5 天之前
父節點
當前提交
e4104bd62c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/routes.ts

+ 1 - 0
config/routes.ts

@@ -175,6 +175,7 @@ const baseRoutes = [
     name: 'gpuService',
     path: '/gpu-service',
     key: 'gpuService',
+    hideInMenu: true,
     routes: [
       {
         path: '/gpu-service',