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

Ensure consistent placement of table paginator

This commit is contained in:
jeremystretch
2021-12-15 10:34:20 -05:00
parent 3699f16848
commit ff9dde54e3
33 changed files with 225 additions and 263 deletions

View File

@@ -56,9 +56,9 @@
<h5 class="card-header">Attached Interfaces</h5>
<div class="card-body table-responsive">
{% render_table interfaces_table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=interfaces_table.paginator page=interfaces_table.page %}
</div>
</div>
{% include 'inc/paginator.html' with paginator=interfaces_table.paginator page=interfaces_table.page %}
{% plugin_full_width_page object %}
</div>
</div>