Forráskód Böngészése

Add new field to OCI's dest. options fields

A new OCI options field is required before making extra destination
options calls.
Sergiu Miclea 6 éve
szülő
commit
766bb72f23
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      config.js

+ 4 - 4
config.js

@@ -8,9 +8,9 @@ const conf: Config = {
   // Remove or comment to enable them
   disabledPages: [
     'planning',
-  // Enabling users and projects page by default
-  // 'users',
-  // 'projects',
+    // Enabling users and projects page by default
+    // 'users',
+    // 'projects',
   ],
 
   // Whether to show the user domain name input when logging in
@@ -48,7 +48,7 @@ const conf: Config = {
     {
       name: 'oci',
       type: 'destination',
-      envRequiredFields: ['compartment', 'availability_domain'],
+      envRequiredFields: ['compartment', 'availability_domain', 'vcn_compartment'],
     },
   ],