|
|
@ -23,7 +23,7 @@ |
|
|
[currencies]="currencies" |
|
|
[currencies]="currencies" |
|
|
/> |
|
|
/> |
|
|
@if (hasImpersonationId) { |
|
|
@if (hasImpersonationId) { |
|
|
<mat-hint class="mt-1 text-muted" i18n |
|
|
<mat-hint class="mt-1 text-muted text-truncate" i18n |
|
|
>Derived from the portfolio you are viewing</mat-hint |
|
|
>Derived from the portfolio you are viewing</mat-hint |
|
|
> |
|
|
> |
|
|
} |
|
|
} |
|
|
@ -176,7 +176,7 @@ |
|
|
<mat-option [value]="locale">{{ locale }}</mat-option> |
|
|
<mat-option [value]="locale">{{ locale }}</mat-option> |
|
|
} |
|
|
} |
|
|
</mat-select> |
|
|
</mat-select> |
|
|
<mat-hint class="d-flex mt-2 text-muted"> |
|
|
<mat-hint class="d-flex mt-2 text-muted text-truncate"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
[deviceType]="deviceType()" |
|
|
[deviceType]="deviceType()" |
|
|
[isDate]="true" |
|
|
[isDate]="true" |
|
|
|