Add filter

This commit is contained in:
2025-05-09 21:01:22 +00:00
parent f5c6b535d8
commit f0c4b350a9
9 changed files with 205 additions and 805 deletions

View File

@@ -18,6 +18,7 @@
<th>persona</th>
<th>enabled</th>
<th>mode</th>
<th>filter</th>
<th>actions</th>
</thead>
{% for item in object_list %}
@@ -47,6 +48,17 @@
{% endif %}
</td>
<td>{{ item.mode }}</td>
<td>
{% if item.filter %}
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
{% else %}
<span class="icon">
<i class="fa-solid fa-xmark"></i>
</span>
{% endif %}
</td>
<td>
<div class="buttons">
<button