Explorar el Código

Disable by default the Planning page

Dorin Paslaru hace 8 años
padre
commit
09b712f8a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/config.js

+ 1 - 1
src/config.js

@@ -31,7 +31,7 @@ export const navigationMenu = [
   { label: 'Replicas', value: 'replicas' },
   { label: 'Replicas', value: 'replicas' },
   { label: 'Migrations', value: 'migrations' },
   { label: 'Migrations', value: 'migrations' },
   { label: 'Cloud Endpoints', value: 'endpoints' },
   { label: 'Cloud Endpoints', value: 'endpoints' },
-  { label: 'Planning', value: 'planning', disabled: false },
+  { label: 'Planning', value: 'planning', disabled: true },
 ]
 ]
 
 
 export const requestPollTimeout = 5000
 export const requestPollTimeout = 5000