Browse Source

Add icon column

pull/6907/head
Thomas Kaul 7 days ago
parent
commit
c10992cbbc
  1. 2
      libs/ui/src/lib/benchmark/benchmark.component.html

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

@ -120,7 +120,7 @@
<ng-container matColumnDef="change"> <ng-container matColumnDef="change">
<th <th
*matHeaderCellDef *matHeaderCellDef
class="px-1 justify-content-end" class="justify-content-end px-1"
mat-header-cell mat-header-cell
mat-sort-header="performances.allTimeHigh.performancePercent" mat-sort-header="performances.allTimeHigh.performancePercent"
> >

Loading…
Cancel
Save