diff --git a/netbox/templates/generic/object_list.html b/netbox/templates/generic/object_list.html index 906b4ed0a..8b3e317c0 100644 --- a/netbox/templates/generic/object_list.html +++ b/netbox/templates/generic/object_list.html @@ -70,6 +70,9 @@ Context: {% applied_filters model filter_form request.GET %} {% endif %} + {# Object table controls #} + {% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %} +