@@ -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;
@@ -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>
@@ -183,7 +183,7 @@ export default class Register extends Component<PropsType, StateType> {
</FormWrapper>
@@ -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>",
@@ -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: {