소스 검색

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 1 주 전
부모
커밋
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',