|
|
|
@ -120,7 +120,7 @@ |
|
|
|
mat-sort-header |
|
|
|
> |
|
|
|
<span class="d-none d-sm-block" i18n>Allocation</span> |
|
|
|
<span class="d-block d-sm-none" title="Allocation">%</span> |
|
|
|
<span class="d-block d-sm-none" i18n-title title="Allocation">%</span> |
|
|
|
</th> |
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
@ -164,7 +164,7 @@ |
|
|
|
mat-sort-header="netPerformancePercentWithCurrencyEffect" |
|
|
|
> |
|
|
|
<span class="d-none d-sm-block" i18n>Performance</span> |
|
|
|
<span class="d-block d-sm-none" title="Performance">±</span> |
|
|
|
<span class="d-block d-sm-none" i18n-title title="Performance">±</span> |
|
|
|
</th> |
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
|