User column in logs

This commit is contained in:
Francesco 2023-11-07 22:34:19 +01:00
parent 81d02d4172
commit 95b9104295

View File

@ -103,6 +103,17 @@
</h4>
</div>
</th>
<th >
<div class="d-flex justify-content-between">
<div>Time</div>
<h4>
<th:block th:replace="~{fragments/table_selectable ::
sort_arrow(sortKey=${searchRequest.getSortKey()},
sortOrder=${searchRequest.getSortOrder()},
fieldName='user')}">
</h4>
</div>
</th>
</tr>
<tr th:each="entry : ${page.getResults()}" class="table-data-row align-middle">
<td th:text="${entry.getActionType()}">
@ -120,6 +131,8 @@
</td>
<td th:text="${entry.getFormattedDate()}">
</td>
<td th:text="${entry.getUser()}">
</td>
<!--
<a href="#" class="ui-btn btn btn-primary">
Diff <i class="text-white bi bi-search"></i>