From 408550d3c728161a5e3d191b642e9e08e42e16fe Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 13 May 2025 13:22:15 -0400 Subject: [PATCH] Fixes #19463: Hide button dropdown for tables which do not support saved configs (#19481) --- netbox/templates/inc/table_controls_htmx.html | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/netbox/templates/inc/table_controls_htmx.html b/netbox/templates/inc/table_controls_htmx.html index 0bcd25e76..b67c59caa 100644 --- a/netbox/templates/inc/table_controls_htmx.html +++ b/netbox/templates/inc/table_controls_htmx.html @@ -30,20 +30,24 @@ - - + {% if table.config_params or table_configs %} + + + {% endif %} {% endif %}