mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #15944: Extend paginator template to be aware of placement
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{% if page %}
|
||||
<div
|
||||
class="d-flex justify-content-between align-items-center border-top p-2"
|
||||
class="d-flex justify-content-between align-items-center border-{% if placement == 'top' %}bottom{% else %}top{% endif %} p-2"
|
||||
hx-target="closest .htmx-container"
|
||||
hx-disinherit="hx-select hx-swap"
|
||||
{% if not table.embedded %}hx-push-url="true"{% endif %}
|
||||
|
Reference in New Issue
Block a user