Przeglądaj źródła

eject msg (#4441)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 lat temu
rodzic
commit
7b0f9b0a7b

+ 2 - 2
dashboard/src/main/home/cluster-dashboard/preview-environments/v2/PreviewEnvs.tsx

@@ -62,9 +62,9 @@ const PreviewEnvs: React.FC = () => {
             apps immediately.
           </Text>
           <Spacer y={1} />
-          <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
+          <PorterLink to="https://docs.porter.run/other/eject">
             <Button alt height="35px">
-             Eject to AWS, Azure, or GCP.
+             Eject to AWS, Azure, or GCP
             </Button>
           </PorterLink>
         </DashboardPlaceholder>

+ 2 - 2
dashboard/src/main/home/compliance-dashboard/ComplianceDashboard.tsx

@@ -54,9 +54,9 @@ const ComplianceDashboard: React.FC = () => {
               dashboard.
             </Text>
             <Spacer y={1} />
-            <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
+            <PorterLink to="https://docs.porter.run/other/eject">
               <Button alt height="35px">
-                Eject to AWS, Azure, or GCP.
+                Eject to AWS, Azure, or GCP
               </Button>
             </PorterLink>
           </DashboardPlaceholder>

+ 2 - 2
dashboard/src/main/home/database-dashboard/DatabaseDashboard.tsx

@@ -94,9 +94,9 @@ const DatabaseDashboard: React.FC = () => {
             datastores immediately.
           </Text>
           <Spacer y={1} />
-          <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
+          <PorterLink to="https://docs.porter.run/other/eject">
             <Button alt height="35px">
-             Eject to AWS, Azure, or GCP.
+             Eject to AWS, Azure, or GCP
             </Button>
           </PorterLink>
         </DashboardPlaceholder>