Explorar o código

Disable by default the Planning page

Dorin Paslaru %!s(int64=8) %!d(string=hai) anos
pai
achega
09b712f8a3
Modificáronse 1 ficheiros con 1 adicións e 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: 'Migrations', value: 'migrations' },
   { label: 'Cloud Endpoints', value: 'endpoints' },
-  { label: 'Planning', value: 'planning', disabled: false },
+  { label: 'Planning', value: 'planning', disabled: true },
 ]
 
 export const requestPollTimeout = 5000