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 %}