From af426a864a2d9718116903b0b4acd9ffac6050ef Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 18 Jan 2024 11:14:56 -0800 Subject: [PATCH] 14728 review fixes --- netbox/templates/extras/plugin_list.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netbox/templates/extras/plugin_list.html b/netbox/templates/extras/plugin_list.html index c905c6e30..cc9a91d5c 100644 --- a/netbox/templates/extras/plugin_list.html +++ b/netbox/templates/extras/plugin_list.html @@ -15,5 +15,12 @@ {% endblock tabs %} {% block content %} + {# Object table controls #} + {% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %} + {% render_table table %} {% endblock content %} + +{% block modals %} + {% table_config_form table table_name="ObjectTable" %} +{% endblock modals %}