Allow searching for and viewing assets not in the asset registry.

fixes #111
This commit is contained in:
softsimon
2020-11-22 16:03:23 +07:00
parent 97a08cc6f2
commit 26773c45da
5 changed files with 30 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
<td>Precision</td>
<td>{{ assetContract[3] }}</td>
</tr>
<tr *ngIf="!isNativeAsset">
<tr *ngIf="!isNativeAsset && assetContract[0]">
<td>Issuer</td>
<td><a target="_blank" href="{{ 'http://' + assetContract[0] }}">{{ assetContract[0] }}</a></td>
</tr>