Browse Source

Update GCPProvisionerSettings.tsx (#3492)

sunguroku 3 năm trước cách đây
mục cha
commit
3ab62e7567

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

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