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

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