Browse Source

Improve display of registration and last activity

pull/7062/head
Thomas Kaul 3 months ago
parent
commit
6ac026422c
  1. 4
      apps/client/src/app/components/admin-users/admin-users.html

4
apps/client/src/app/components/admin-users/admin-users.html

@ -77,7 +77,7 @@
</th> </th>
<td <td
*matCellDef="let element" *matCellDef="let element"
class="mat-mdc-cell px-1 py-2" class="mat-mdc-cell px-1 py-2 text-nowrap"
mat-cell mat-cell
> >
{{ formatDistanceToNow(element.createdAt) }} {{ formatDistanceToNow(element.createdAt) }}
@ -183,7 +183,7 @@
</th> </th>
<td <td
*matCellDef="let element" *matCellDef="let element"
class="mat-mdc-cell px-1 py-2" class="mat-mdc-cell px-1 py-2 text-nowrap"
mat-cell mat-cell
> >
{{ formatDistanceToNow(element.lastActivity) }} {{ formatDistanceToNow(element.lastActivity) }}

Loading…
Cancel
Save