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