Browse Source

Generalize column label

pull/4616/head
Thomas Kaul 4 months ago
parent
commit
592eba3019
  1. 2
      libs/ui/src/lib/benchmark/benchmark.component.html

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

@ -1,6 +1,6 @@
<table class="gf-table w-100" mat-table [dataSource]="benchmarks">
<ng-container matColumnDef="name">
<th *matHeaderCellDef class="px-2" i18n mat-header-cell>Index</th>
<th *matHeaderCellDef class="px-2" i18n mat-header-cell>Name</th>
<td *matCellDef="let element" class="px-2" mat-cell>
{{ element?.name }}
</td>

Loading…
Cancel
Save