Frontend update

This commit is contained in:
2023-06-06 23:49:16 +02:00
parent 3b1e4a7cde
commit f249a4552c
9 changed files with 119 additions and 15 deletions

View File

@ -38,7 +38,9 @@
<tbody>
<% it.recents.forEach(function(user){ %>
<tr>
<th scope="row" data-bs-toggle="tooltip" data-bs-placement="left" data-bs-title="ID: <%= user.id %>"><%= user.SKU %></th>
<th scope="row" data-bs-toggle="tooltip" data-bs-placement="left" data-bs-title="ID: <%= user.id %>"><% if (user.SKU == null) { %>
<i>No SKU assigned</i>
<% } else { %> <%= user.SKU %> <% } %></th>
<td><%= user.name %></td>
<% if(user.status == "normal") { %>