From c49135e254a5f5596aae8a070e2007defb400a84 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 19 Jan 2024 11:10:02 -0500 Subject: [PATCH] Remove nonfunctional quick search --- netbox/templates/core/plugin_list.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 %}