mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 13:28:21 +00:00
Fixed field name
This commit is contained in:
parent
f1b0f166b1
commit
1f6edce39d
@ -110,7 +110,7 @@
|
||||
<th:block th:replace="~{fragments/table_selectable ::
|
||||
sort_arrow(sortKey=${searchRequest.getSortKey()},
|
||||
sortOrder=${searchRequest.getSortOrder()},
|
||||
fieldName='user')}">
|
||||
fieldName='username')}">
|
||||
</h4>
|
||||
</div>
|
||||
</th>
|
||||
@ -131,7 +131,7 @@
|
||||
</td>
|
||||
<td th:text="${entry.getFormattedDate()}">
|
||||
</td>
|
||||
<td th:text="${entry.getUser()}">
|
||||
<td th:text="${entry.getUsername()}">
|
||||
</td>
|
||||
<!--
|
||||
<a href="#" class="ui-btn btn btn-primary">
|
||||
|
Loading…
x
Reference in New Issue
Block a user