|
|
@ -92,7 +92,8 @@
|
|
|
|
mat-header-cell
|
|
|
|
mat-header-cell
|
|
|
|
mat-sort-header
|
|
|
|
mat-sort-header
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ng-container i18n>Allocation</ng-container>
|
|
|
|
<span class="d-none d-sm-block" i18n>Allocation</span>
|
|
|
|
|
|
|
|
<span class="d-block d-sm-none" title="Allocation">%</span>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
|
|
<div class="d-flex justify-content-end">
|
|
|
|
<div class="d-flex justify-content-end">
|
|
|
@ -108,17 +109,14 @@
|
|
|
|
<ng-container matColumnDef="performance">
|
|
|
|
<ng-container matColumnDef="performance">
|
|
|
|
<th
|
|
|
|
<th
|
|
|
|
*matHeaderCellDef
|
|
|
|
*matHeaderCellDef
|
|
|
|
class="d-none d-lg-table-cell px-1 justify-content-end"
|
|
|
|
class="justify-content-end px-1"
|
|
|
|
mat-header-cell
|
|
|
|
mat-header-cell
|
|
|
|
mat-sort-header="netPerformancePercent"
|
|
|
|
mat-sort-header="netPerformancePercent"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ng-container i18n>Performance</ng-container>
|
|
|
|
<span class="d-none d-sm-block" i18n>Performance</span>
|
|
|
|
|
|
|
|
<span class="d-block d-sm-none" title="Performance">±</span>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td
|
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell>
|
|
|
|
*matCellDef="let element"
|
|
|
|
|
|
|
|
class="d-none d-lg-table-cell px-1"
|
|
|
|
|
|
|
|
mat-cell
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="d-flex justify-content-end">
|
|
|
|
<div class="d-flex justify-content-end">
|
|
|
|
<gf-value
|
|
|
|
<gf-value
|
|
|
|
[colorizeSign]="true"
|
|
|
|
[colorizeSign]="true"
|
|
|
|