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
No related branches found
No related tags found
No related merge requests found
...@@ -136,13 +136,6 @@ ...@@ -136,13 +136,6 @@
<span class="is-capitalized"> MONDO:{{ wrapper.data.disorderId }}</span> <span class="is-capitalized"> MONDO:{{ wrapper.data.disorderId }}</span>
</a> </a>
</p> </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 <p
*ngIf=" *ngIf="
drugstoneConfig.currentConfig().nodeGroups[ drugstoneConfig.currentConfig().nodeGroups[
...@@ -171,6 +164,13 @@ ...@@ -171,6 +164,13 @@
> >
</p> </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 <app-toggle
*ngIf="wrapper.data.drugstoneId && wrapper.data.drugstoneType === 'protein'" *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 register or to comment