|
@ -43,23 +43,23 @@ |
|
|
<td class="mat-cell px-1 py-2 text-right"> |
|
|
<td class="mat-cell px-1 py-2 text-right"> |
|
|
{{ formatDistanceToNow(userItem.createdAt) }} |
|
|
{{ formatDistanceToNow(userItem.createdAt) }} |
|
|
</td> |
|
|
</td> |
|
|
<td class="mat-cell px-1 py-2"> |
|
|
<td class="mat-cell px-1 py-2 text-right"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="d-inline-block justify-content-end" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="userItem.accountCount" |
|
|
[value]="userItem.accountCount" |
|
|
></gf-value> |
|
|
></gf-value> |
|
|
</td> |
|
|
</td> |
|
|
<td class="mat-cell px-1 py-2"> |
|
|
<td class="mat-cell px-1 py-2 text-right"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="d-inline-block justify-content-end" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
[value]="userItem.transactionCount" |
|
|
[value]="userItem.transactionCount" |
|
|
></gf-value> |
|
|
></gf-value> |
|
|
</td> |
|
|
</td> |
|
|
<td class="mat-cell px-1 py-2"> |
|
|
<td class="mat-cell px-1 py-2 text-right"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="d-inline-block justify-content-end" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
[precision]="0" |
|
|
[precision]="0" |
|
|
[value]="userItem.engagement" |
|
|
[value]="userItem.engagement" |
|
|