Skip to content

Commit af477b0

Browse files
authored
Remove import button from CO list view (#157)
1 parent 2b9f2b7 commit af477b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_custom_objects/templates/netbox_custom_objects/custom_object_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% plugin_list_buttons model %}
88
{% block extra_controls %}{% endblock %}
99
{% custom_object_add_button model custom_object_type %}
10-
{% custom_object_import_button model %}
10+
{# {% custom_object_import_button model %} #}
1111
{% custom_object_export_button model %}
1212
</div>
1313
{% endblock controls %}

0 commit comments

Comments
 (0)