From f8eee45ba32d1389a5346d335a800321460aaa0c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 2 May 2024 16:11:50 -0400 Subject: [PATCH] #15852: Hide count element for non-HTMX requests --- netbox/templates/htmx/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index 3524c0c4cbe..f0eea84ef89 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -13,4 +13,4 @@ {% endwith %} {# Include the updated object count for display elsewhere on the page #} -
{{ table.rows|length }}
+
{{ table.rows|length }}