mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Introduced SearchTable for improved performance
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
{# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}
|
||||
|
||||
{% block pagination %}
|
||||
{% include 'paginator.html' %}
|
||||
{% if not hide_paginator %}
|
||||
{% include 'paginator.html' %}
|
||||
{% endif %}
|
||||
{% endblock pagination %}
|
||||
|
Reference in New Issue
Block a user