mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
User column in logs
This commit is contained in:
parent
81d02d4172
commit
95b9104295
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user