feat(webpanel): enable searching by user note

This commit is contained in:
ReturnFI
2025-10-28 19:45:58 +00:00
parent 1e763781ce
commit 0903222982
2 changed files with 3 additions and 2 deletions

View File

@ -144,7 +144,7 @@
</thead>
<tbody>
{% for user in users|sort(attribute='username', case_sensitive=false) %}
<tr class="user-main-row">
<tr class="user-main-row" data-note="{{ user.note or '' }}">
<td>
<input type="checkbox" class="user-checkbox" value="{{ user.username }}">
</td>