Explorar el Código

Update GCPProvisionerSettings.tsx (#3492)

sunguroku hace 2 años
padre
commit
3ab62e7567
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      dashboard/src/components/GCPProvisionerSettings.tsx

+ 2 - 1
dashboard/src/components/GCPProvisionerSettings.tsx

@@ -41,6 +41,7 @@ import PreflightChecks from "./PreflightChecks";
 
 const locationOptions = [
   { value: "us-east1", label: "us-east1 (South Carolina, USA)" },
+  { value: "us-east4", label: "us-east4 (Virginia, USA)" },
   { value: "asia-south1", label: "asia-south1 (Mumbia, India)" },
 ];
 
@@ -553,4 +554,4 @@ const ExpandHeader = styled.div<{ isExpanded: boolean }>`
     props.isExpanded ? "rotate(0deg)" : "rotate(-90deg)"};
     transition: transform 0.1s ease;
   }
-`;
+`;