diff --git a/utils/dataTransfer/transferData.component.html b/utils/dataTransfer/transferData.component.html index 467c711a..2a478607 100644 --- a/utils/dataTransfer/transferData.component.html +++ b/utils/dataTransfer/transferData.component.html @@ -1,15 +1,17 @@ - - - - - + + + + + - +
In order to send data to a Cloud Storage, you would need to be authenticated, please login via EGI check-in. @@ -25,7 +27,7 @@
-
+

Available Zenodo DOI URLs:

@@ -41,7 +43,7 @@
-
+

Please select the Destination Storage type:

@@ -62,12 +64,7 @@

Comming soon!

- - +
diff --git a/utils/dataTransfer/transferData.component.ts b/utils/dataTransfer/transferData.component.ts index fafade00..3f8c679c 100644 --- a/utils/dataTransfer/transferData.component.ts +++ b/utils/dataTransfer/transferData.component.ts @@ -11,7 +11,25 @@ declare var UIkit; @Component({ selector: 'egi-transfer-data', - templateUrl:'./transferData.component.html' + templateUrl:'./transferData.component.html' , + styles:[` + /*Arrow*/ + /*.source:first-child::after { + content: ""; + font-size: 20px; + font-weight: 600; + text-align: center; + padding-bottom: 5%; + position: absolute; + background-image: url('/assets/arrow.svg'); + right: -16%; + top: 33%; + width: 20%; + background-size: contain; + background-repeat: no-repeat; + background-position: bottom; + }*/ + `] }) export class EGIDataTransferComponent { subscriptions = []; @@ -86,7 +104,8 @@ export class EGIDataTransferComponent { } this.isOpen = true; this.egiTransferModal.cancelButton = false; - this.egiTransferModal.okButton = false; + this.egiTransferModal.okButton = true; + this.egiTransferModal.okButtonText = ">> Transfer"; this.egiTransferModal.alertTitle = "EOSC data transfer service [demo]"; this.init(); this.egiTransferModal.open();