Batwam
6 days ago
No known key found for this signature in database
GPG Key ID: 7D9EDF6264938D38
1 changed files with
6 additions and
1 deletions
-
libs/ui/src/lib/benchmark/benchmark.component.html
|
@ -12,7 +12,12 @@ |
|
|
Name |
|
|
Name |
|
|
</th> |
|
|
</th> |
|
|
<td *matCellDef="let element" class="px-2 text-nowrap" mat-cell> |
|
|
<td *matCellDef="let element" class="px-2 text-nowrap" mat-cell> |
|
|
|
|
|
<div class="text-truncate"> |
|
|
{{ element?.name }} |
|
|
{{ element?.name }} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div> |
|
|
|
|
|
<small class="text-muted">{{ element?.symbol }}</small> |
|
|
|
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|