Kaynağa Gözat

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 gün önce
ebeveyn
işleme
e4104bd62c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      config/routes.ts

+ 1 - 0
config/routes.ts

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