Add filter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user