[Library | develop]: resultLanding.component.html: Added tooltip on links of Compatible EOSC Services.

This commit is contained in:
Konstantina Galouni 2023-06-06 12:23:42 +03:00
parent d11a409f09
commit 17c2b03c9e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@
<img src="assets/common-assets/eosc-logo.png"
loading="lazy" alt="eosc_logo" style="width:27px; height:27px">
<div class="uk-margin-small-left uk-flex uk-flex-column uk-flex-center">
<div *ngFor="let subject of resultLandingInfo.eoscSubjects; let i=index" class="uk-text-truncate">
<div *ngFor="let subject of resultLandingInfo.eoscSubjects; let i=index" class="uk-text-truncate" uk-tooltip="This interoperability link will provide you with a list of services able to process it in EOSC.">
<a [href]="subject.link" target="_blank" class="custom-external">{{subject.value}}</a>
</div>
</div>