remove last active display

This commit is contained in:
lingdocs 2021-09-26 21:50:00 -04:00
parent e28d31a418
commit c21cf6eb11
1 changed files with 0 additions and 4 deletions

View File

@ -33,7 +33,6 @@
<th scope="col">Email</th>
<th scope="col">Providers</th>
<th scope="col">Level</th>
<th scope="col">Last Active</th>
<th shope="col"></th>
</tr>
</thead>
@ -80,9 +79,6 @@
<%= users[i].level %>
<% } %>
</td>
<td>
<%= new Date(users[i].lastActive).toUTCString() %>
</td>
<td>
<button class="btn btn-sm btn-danger" onClick="handleDeleteUser('<%= users[i].userId %>', '<%= users[i].name %>')"><i class="fa fa-trash"></i></button>
</td>