1
0
Fork 0

Filter reports and users by server name and username

This commit is contained in:
Mouse Reeve 2021-04-17 10:56:26 -07:00
parent 46cf885475
commit 10cf189312
9 changed files with 43 additions and 9 deletions

View file

@ -8,6 +8,7 @@
{% trans "Reports" %}
{% endif %}
{% endblock %}
{% block header %}
{% if server %}
{% blocktrans with server_name=server.server_name %}Reports: <small>{{ server_name }}</small>{% endblocktrans %}
@ -29,6 +30,8 @@
</ul>
</div>
{% include 'settings/user_admin_filters.html' %}
<div class="block">
{% if not reports %}
<em>{% trans "No reports found." %}</em>