Closes #6001: Paginate component tables under device views

This commit is contained in:
Jeremy Stretch
2021-03-31 14:24:05 -04:00
parent 5af314a375
commit 26b3c80022
11 changed files with 19 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
</div>
</div>
</form>
{% include 'inc/paginator.html' with paginator=rearport_table.paginator page=rearport_table.page %}
{% table_config_form rearport_table %}
{% endblock %}