2020-07-01 23:12:49 +00:00
|
|
|
<table class="table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th scope="col">Field</th>
|
|
|
|
<th scope="col">Value</th>
|
|
|
|
<th scope="col">Actions</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">Username</th>
|
2022-07-19 21:53:21 +00:00
|
|
|
<td>{{ user.userIdentifier }}</td>
|
2020-07-01 23:12:49 +00:00
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">Email</th>
|
|
|
|
<td>{{ user.email }}</td>
|
|
|
|
<td>
|
|
|
|
<button type="button" class="btn disabled" title="Not implemented">Change</button>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|