Adds federation null state

This commit is contained in:
Mouse Reeve 2021-09-28 13:10:27 -07:00
parent 5b97135155
commit c5746bbce0

View file

@ -61,5 +61,11 @@
{% endfor %}
</table>
{% if not servers %}
<div class="block">
<em>{% trans "No instances found." %}</em>
</div>
{% endif %}
{% include 'snippets/pagination.html' with page=servers path=request.path %}
{% endblock %}