mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
User column in logs
This commit is contained in:
parent
81d02d4172
commit
95b9104295
@ -103,6 +103,17 @@
|
|||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</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>
|
||||||
<tr th:each="entry : ${page.getResults()}" class="table-data-row align-middle">
|
<tr th:each="entry : ${page.getResults()}" class="table-data-row align-middle">
|
||||||
<td th:text="${entry.getActionType()}">
|
<td th:text="${entry.getActionType()}">
|
||||||
@ -120,6 +131,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td th:text="${entry.getFormattedDate()}">
|
<td th:text="${entry.getFormattedDate()}">
|
||||||
</td>
|
</td>
|
||||||
|
<td th:text="${entry.getUser()}">
|
||||||
|
</td>
|
||||||
<!--
|
<!--
|
||||||
<a href="#" class="ui-btn btn btn-primary">
|
<a href="#" class="ui-btn btn btn-primary">
|
||||||
Diff <i class="text-white bi bi-search"></i>
|
Diff <i class="text-white bi bi-search"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user