Skip to content
Snippets Groups Projects
Commit 4fb0485b authored by AndiMajore's avatar AndiMajore
Browse files

added link row to info tab; added IID link-out; fixed issue regarding...

added link row to info tab; added IID link-out; fixed issue regarding reactiveness of error banners; fixed naming of disease-drugs parameter
parent 289263c6
Branches
Tags
No related merge requests found
......@@ -136,13 +136,6 @@
<span class="is-capitalized"> MONDO:{{ wrapper.data.disorderId }}</span>
</a>
</p>
<p *ngIf="showLinks()"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }">
<b><span>Links:</span></b>
<span *ngFor="let target of linkoutMap | keyvalue " >
<a *ngIf="showLinkout(target.key)" [href]="getLinkoutURL(target.key)" target="_blank"> {{target.value}}</a>
</span>
</p>
<p
*ngIf="
drugstoneConfig.currentConfig().nodeGroups[
......@@ -171,6 +164,13 @@
>
</p>
<p *ngIf="showLinks()"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }">
<b><span>Links:</span></b>
<span *ngFor="let target of linkoutMap | keyvalue " >
<a *ngIf="showLinkout(target.key)" [href]="getLinkoutURL(target.key)" target="_blank"> {{target.value}}</a>
</span>
</p>
<app-toggle
*ngIf="wrapper.data.drugstoneId && wrapper.data.drugstoneType === 'protein'"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment