Explorar o código

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 hai 5 días
pai
achega
e4104bd62c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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',