mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Restored the option to hide the paginator on panel tables
This commit is contained in:
parent
f2846af4ec
commit
6e69c9e375
@ -13,7 +13,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if table.rows %}
|
||||
{% if table.rows and not hide_paginator %}
|
||||
{% with paginator=table.paginator page=table.page %}
|
||||
{% include 'inc/paginator.html' %}
|
||||
{% endwith %}
|
||||
|
Loading…
Reference in New Issue
Block a user