From 26525c351d93fe2efda9359489225303dfa85fba Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 13 May 2025 10:59:29 -0400 Subject: [PATCH] Fixes #19463: Hide button dropdown for tables which do not support saved configs --- 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 %}