From a97e769819029ebb9ec78615b4d1b9b9bd3b99d1 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 2 May 2024 09:34:12 -0400 Subject: [PATCH] Misc cleanup --- netbox/templates/htmx/table.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}