mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 20:46:30 -06:00
Fixed paginator text rendering
This commit is contained in:
parent
9e670d318c
commit
bdff71db9e
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user