mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixed paginator text rendering
This commit is contained in:
@ -22,6 +22,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<div class="clearfix"></div>
|
||||||
<div class="text-right text-muted">
|
<div class="text-right text-muted">
|
||||||
Showing {{ table.page.start_index }}-{{ table.page.end_index }} of {{ total }}
|
Showing {{ table.page.start_index }}-{{ table.page.end_index }} of {{ total }}
|
||||||
{% if total == 1 %}
|
{% if total == 1 %}
|
||||||
|
Reference in New Issue
Block a user