فهرست منبع

Merge pull request #2371 from porter-dev/master

remove DO onboarding flow options
jusrhee 3 سال پیش
والد
کامیت
e78269b9a9
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      dashboard/src/main/home/onboarding/components/ProviderSelector.tsx

+ 4 - 0
dashboard/src/main/home/onboarding/components/ProviderSelector.tsx

@@ -37,11 +37,13 @@ export const registryOptions = [
     icon: integrationList["gcr"]?.icon,
     icon: integrationList["gcr"]?.icon,
     label: "Google Artifact Registry (GAR)",
     label: "Google Artifact Registry (GAR)",
   },
   },
+  /*
   {
   {
     value: "do",
     value: "do",
     icon: integrationList["do"]?.icon,
     icon: integrationList["do"]?.icon,
     label: "DigitalOcean Container Registry (DOCR)",
     label: "DigitalOcean Container Registry (DOCR)",
   },
   },
+  */
 ];
 ];
 
 
 export const provisionerOptions = [
 export const provisionerOptions = [
@@ -56,11 +58,13 @@ export const provisionerOptions = [
     label: "Google Cloud Platform (GCP)",
     label: "Google Cloud Platform (GCP)",
   },
   },
 
 
+  /*
   {
   {
     value: "do",
     value: "do",
     icon: integrationList["do"]?.icon,
     icon: integrationList["do"]?.icon,
     label: "DigitalOcean (DO)",
     label: "DigitalOcean (DO)",
   },
   },
+  */
 ];
 ];
 
 
 export const provisionerOptionsWithExternal = [
 export const provisionerOptionsWithExternal = [