mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
#15852: Hide count element for non-HTMX requests
This commit is contained in:
parent
3d4bb209ee
commit
f8eee45ba3
@ -13,4 +13,4 @@
|
|||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
||||||
{# Include the updated object count for display elsewhere on the page #}
|
{# Include the updated object count for display elsewhere on the page #}
|
||||||
<div hx-swap-oob="innerHTML:.total-object-count">{{ table.rows|length }}</div>
|
<div class="d-none" hx-swap-oob="innerHTML:.total-object-count">{{ table.rows|length }}</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user