Eosc data transfer update the labels
This commit is contained in:
parent
fd8f53507e
commit
da16692d14
|
@ -54,7 +54,7 @@ declare var UIkit;
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p class="uk-text-meta uk-text-xsmall uk-margin-remove-bottom uk-margin-top">Please select the Destination Storage type and provide the corresponding storage destination path.</p>
|
<p class="uk-text-meta uk-text-xsmall uk-margin-remove-bottom uk-margin-top">Please select the Destination Storage type and provide the corresponding storage destination path.</p>
|
||||||
<div input type="select" [(value)]="selectedDestination" placeholder="Storage type" hint="Select..."
|
<div input type="select" [(value)]="selectedDestination" placeholder="Destination Storage" hint="Select..."
|
||||||
[options]="destinationOptions"></div>
|
[options]="destinationOptions"></div>
|
||||||
<div input [(value)]="destinationPath" placeholder="Give a destination path..."
|
<div input [(value)]="destinationPath" placeholder="Give a destination path..."
|
||||||
[validators]="validators" class="uk-margin-top"></div>
|
[validators]="validators" class="uk-margin-top"></div>
|
||||||
|
@ -97,7 +97,7 @@ export class EGIDataTransferComponent {
|
||||||
sourceUrls = []
|
sourceUrls = []
|
||||||
selectedSourceUrl = null;
|
selectedSourceUrl = null;
|
||||||
destinationPath = "";
|
destinationPath = "";
|
||||||
destinationOptions = [{label: "EGI storage", value: { url: "https://dcache-demo.desy.de:2443", id: "egi" , webpage:"https://dcache-demo.desy.de"} }];
|
destinationOptions = [{label: "EGI dCache (dcache-demo.desy.de)", value: { url: "https://dcache-demo.desy.de:2443", id: "dcache" , webpage:"https://dcache-demo.desy.de"} }];
|
||||||
selectedDestination = null;
|
selectedDestination = null;
|
||||||
|
|
||||||
downloadElements = null;
|
downloadElements = null;
|
||||||
|
|
Loading…
Reference in New Issue