Browse Source

add element symbol to Watchlist

pull/5530/head
Batwam 6 days ago
parent
commit
ac96ea7915
No known key found for this signature in database GPG Key ID: 7D9EDF6264938D38
  1. 5
      libs/ui/src/lib/benchmark/benchmark.component.html

5
libs/ui/src/lib/benchmark/benchmark.component.html

@ -12,7 +12,12 @@
Name
</th>
<td *matCellDef="let element" class="px-2 text-nowrap" mat-cell>
<div class="text-truncate">
{{ element?.name }}
</div>
<div>
<small class="text-muted">{{ element?.symbol }}</small>
</div>
</td>
</ng-container>

Loading…
Cancel
Save