Thomas Kaul
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
apps/client/src/app/pages/admin/admin-page.html
|
@ -17,12 +17,11 @@ |
|
|
<td class="d-flex"> |
|
|
<td class="d-flex"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
[precision]="2" |
|
|
|
|
|
[value]="1" |
|
|
[value]="1" |
|
|
></gf-value> |
|
|
></gf-value> |
|
|
</td> |
|
|
</td> |
|
|
<td class="pl-1">{{ exchangeRate.label1 }}</td> |
|
|
<td class="pl-1">{{ exchangeRate.label1 }}</td> |
|
|
<td class="px-2">=</td> |
|
|
<td class="px-1">=</td> |
|
|
<td class="d-flex justify-content-end"> |
|
|
<td class="d-flex justify-content-end"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|