diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index cf75ded00..3524c0c4c 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -12,4 +12,5 @@ {% endif %} {% endwith %} -
{{ table.rows|length }}
+{# Include the updated object count for display elsewhere on the page #} +
{{ table.rows|length }}