From 6c9979e7f772998e5b4c7ef061944f77b8b9098d Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 18 Aug 2025 08:36:03 -0700 Subject: [PATCH] Remove import button from CO list view --- .../templates/netbox_custom_objects/custom_object_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_custom_objects/templates/netbox_custom_objects/custom_object_list.html b/netbox_custom_objects/templates/netbox_custom_objects/custom_object_list.html index dfe9cac..c23f7f6 100644 --- a/netbox_custom_objects/templates/netbox_custom_objects/custom_object_list.html +++ b/netbox_custom_objects/templates/netbox_custom_objects/custom_object_list.html @@ -7,7 +7,7 @@ {% plugin_list_buttons model %} {% block extra_controls %}{% endblock %} {% custom_object_add_button model custom_object_type %} - {% custom_object_import_button model %} + {# {% custom_object_import_button model %} #} {% custom_object_export_button model %} {% endblock controls %}