mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
feat: added email field to expanded cards
This commit is contained in:
parent
ec7b5bb24e
commit
13f05ab650
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
|||
<div class="overflow-x-auto">
|
||||
<table class="table table-compact w-full">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Email</th>
|
||||
<td>{user.email}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>User Creation Date</th>
|
||||
<td>{new Date(user.createdAt)}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue