Przeglądaj źródła

Disable by default the Planning page

Dorin Paslaru 8 lat temu
rodzic
commit
09b712f8a3
1 zmienionych plików z 1 dodań i 1 usunięć
  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