1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #6001: Paginate component tables under device views

This commit is contained in:
Jeremy Stretch
2021-03-31 14:24:05 -04:00
parent 9a5f54bdaf
commit 04fc3a5a9e
11 changed files with 19 additions and 0 deletions

View File

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