diff --git a/netbox/templates/core/plugin_list.html b/netbox/templates/core/plugin_list.html index 2cf06d15c..42f0b7156 100644 --- a/netbox/templates/core/plugin_list.html +++ b/netbox/templates/core/plugin_list.html @@ -15,8 +15,16 @@ {% endblock tabs %} {% block content %} - {# Object table controls #} - {% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %} +
+
+ {# Table configuration button #} +
+ +
+
+
{% render_table table %}