Browse Source

Improve table header (#746)

pull/747/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
0d897bc461
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/client/src/app/components/admin-users/admin-users.html

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

@ -14,12 +14,12 @@
Accounts Accounts
</th> </th>
<th class="mat-header-cell px-1 py-2 text-right" i18n> <th class="mat-header-cell px-1 py-2 text-right" i18n>
Transactions Activities
</th> </th>
<th class="mat-header-cell px-1 py-2 text-right" i18n> <th class="mat-header-cell px-1 py-2 text-right" i18n>
Engagement per Day Engagement per Day
</th> </th>
<th class="mat-header-cell px-1 py-2" i18n>Last Activitiy</th> <th class="mat-header-cell px-1 py-2" i18n>Last Request</th>
<th class="mat-header-cell px-1 py-2"></th> <th class="mat-header-cell px-1 py-2"></th>
</tr> </tr>
</thead> </thead>

Loading…
Cancel
Save