瀏覽代碼

Hotfix porter cloud (#4437)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 年之前
父節點
當前提交
66e61475fe

+ 2 - 2
dashboard/src/components/ProvisionerFlow.tsx

@@ -93,12 +93,12 @@ const ProvisionerFlow: React.FC<Props> = ({}) => {
             </Text>
             <Spacer y={0.5} />
             <Text color={"helper"}>
-              Get started with the Porter sandbox environment.
+              Get started on the Porter Cloud.
             </Text>
             <Spacer y={1} />
             <Link to="https://cloud.porter.run">
               <Button alt height="35px">
-                Deploy on the Porter sandbox <Spacer inline x={1} />{" "}
+                Deploy on the Porter Cloud <Spacer inline x={1} />{" "}
                 <i className="material-icons" style={{ fontSize: "18px" }}>
                   east
                 </i>

+ 1 - 3
dashboard/src/main/home/cluster-dashboard/dashboard/Dashboard.tsx

@@ -189,9 +189,7 @@ export const Dashboard: React.FunctionComponent = () => {
     if (context.currentProject?.sandbox_enabled) {
       return (
         <DashboardPlaceholder>
-          <Text size={16}>
-            Infrastructure settings are not enabled for sandbox users
-          </Text>
+          <Text size={16}>Infrastructure settings are not enabled on the Porter Cloud.</Text>
           <Spacer y={0.5} />
           <Text color={"helper"}>
             Eject to your own cloud account to enable managed infrastructure.

+ 1 - 3
dashboard/src/main/home/cluster-dashboard/env-groups/EnvGroupDashboard.tsx

@@ -92,9 +92,7 @@ const EnvGroupDashboard = (props: PropsType) => {
     if (currentProject?.sandbox_enabled) {
       return (
         <DashboardPlaceholder>
-          <Text size={16}>
-            Environment groups are not enabled for sandbox users
-          </Text>
+          <Text size={16}>Environment groups are not enabled on the Porter Cloud.</Text>
           <Spacer y={0.5} />
           <Text color={"helper"}>
             Eject to your own cloud account to enable environment groups.

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

@@ -55,11 +55,11 @@ const PreviewEnvs: React.FC = () => {
     if (currentProject?.sandbox_enabled) {
       return (
         <DashboardPlaceholder>
-          <Text size={16}>Preview apps are coming soon for sandbox users</Text>
+          <Text size={16}>Preview apps are coming soon to the Porter Cloud</Text>
           <Spacer y={0.5} />
           <Text color={"helper"}>
             You can also eject to your own cloud account to start using preview
-            apps.
+            apps immediately.
           </Text>
           <Spacer y={1} />
           <PorterLink to="https://docs.porter.run/other/eject">

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

@@ -46,8 +46,7 @@ const ComplianceDashboard: React.FC = () => {
         ) : currentProject?.sandbox_enabled ? (
           <DashboardPlaceholder>
             <Text size={16}>
-              Managed SOC 2 and HIPAA compliance are not enabled for sandbox
-              users
+              One-Click SOC 2 and HIPAA compliance are not available on the Porter Cloud
             </Text>
             <Spacer y={0.5} />
             <Text color={"helper"}>

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

@@ -87,11 +87,11 @@ const DatabaseDashboard: React.FC = () => {
     if (currentProject?.sandbox_enabled) {
       return (
         <DashboardPlaceholder>
-          <Text size={16}>Datastores are coming soon for sandbox users</Text>
+          <Text size={16}>Datastores are coming soon to the Porter Cloud</Text>
           <Spacer y={0.5} />
           <Text color={"helper"}>
             You can also eject to your own cloud account to start using managed
-            datastores.
+            datastores immediately.
           </Text>
           <Spacer y={1} />
           <PorterLink to="https://docs.porter.run/other/eject">

+ 1 - 1
dashboard/src/main/home/env-dashboard/EnvDashboard.tsx

@@ -85,7 +85,7 @@ const EnvDashboard: React.FC<Props> = (props) => {
       return (
         <DashboardPlaceholder>
           <Text size={16}>
-            Environment groups are not enabled for sandbox users
+            Environment groups are not enabled on the Porter Cloud
           </Text>
           <Spacer y={0.5} />
           <Text color={"helper"}>

+ 1 - 1
dashboard/src/main/home/infrastructure-dashboard/ClusterDashboard.tsx

@@ -79,7 +79,7 @@ const ClusterDashboard: React.FC = () => {
           disableLineBreak
         />
         <DashboardPlaceholder>
-          <Text size={16}>Infrastructure is not enabled for sandbox users</Text>
+          <Text size={16}>Infrastructure is not enabled on the Porter Cloud</Text>
           <Spacer y={0.5} />
           <Text color={"helper"}>
             Eject to your own cloud account to enable infrastructure.

+ 2 - 2
dashboard/src/main/home/infrastructure-dashboard/forms/CloudProviderSelect.tsx

@@ -67,12 +67,12 @@ const CloudProviderSelect: React.FC<Props> = ({ onComplete }) => {
         </Text>
         <Spacer y={0.5} />
         <Text color={"helper"}>
-          Get started with the Porter sandbox environment.
+          Get started on the Porter Cloud and eject to your own cloud account later.
         </Text>
         <Spacer y={1} />
         <Link to="https://cloud.porter.run">
           <Button alt height="35px">
-            Deploy on the Porter sandbox <Spacer inline x={1} />{" "}
+            Deploy on the Porter Cloud <Spacer inline x={1} />{" "}
             <i className="material-icons" style={{ fontSize: "18px" }}>
               east
             </i>