jusrhee 5 лет назад
Родитель
Сommit
c13e9e4f5e

+ 1 - 1
dashboard/src/main/CurrentError.tsx

@@ -94,7 +94,7 @@ const StyledCurrentError = styled.div`
   position: fixed;
   bottom: 22px;
   width: 300px;
-  left: 100px;
+  left: 20px;
   padding: 15px;
   padding-right: 0px;
   font-family: "Work Sans", sans-serif;

+ 1 - 1
dashboard/src/main/Login.tsx

@@ -169,7 +169,7 @@ export default class Login extends Component<PropsType, StateType> {
         </LoginPanel>
 
         <Footer>
-          © 2021 Porter Technologies Inc. | 
+          © 2021 Porter Technologies Inc.  
           <Link href="https://docs.getporter.dev/docs/terms-of-service" target="_blank">
             Terms & Privacy
           </Link>

+ 1 - 1
dashboard/src/main/Register.tsx

@@ -183,7 +183,7 @@ export default class Register extends Component<PropsType, StateType> {
           </FormWrapper>
         </LoginPanel>
         <Footer>
-          © 2021 Porter Technologies Inc. | 
+          © 2021 Porter Technologies Inc.  
           <Link href="https://docs.getporter.dev/docs/terms-of-service" target="_blank">
             Terms & Privacy
           </Link>

+ 1 - 2
dashboard/src/main/home/launch/expanded-template/LaunchTemplate.tsx

@@ -96,9 +96,8 @@ class LaunchTemplate extends Component<PropsType, StateType> {
     if (this.state.selectedRegistry.service === "dockerhub") {
       imageRepoUri = this.state.selectedRegistry.url;
     }
-    console.log(this.state.selectedRegistry)
+    console.log('Registry ID is: ', this.state.selectedRegistry.id);
 
-    return;
     api
       .createGHAction(
         "<token>",

+ 1 - 1
dashboard/src/shared/common.tsx

@@ -17,7 +17,7 @@ export const integrationList: any = {
   kubernetes: {
     icon:
       "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/kubernetes.png",
-    label: "Kubernetes",
+    label: "Kubernetes Cluster",
     buttonText: "Add a Cluster"
   },
   repo: {