mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
adds import button on the contact assignment table #13669
This commit is contained in:
parent
22e474ff96
commit
66b9cdf141
@ -386,7 +386,7 @@ class ContactAssignmentListView(generic.ObjectListView):
|
||||
filterset = filtersets.ContactAssignmentFilterSet
|
||||
filterset_form = forms.ContactAssignmentFilterForm
|
||||
table = tables.ContactAssignmentTable
|
||||
actions = ('export', 'bulk_edit', 'bulk_delete')
|
||||
actions = ('export', 'bulk_edit', 'bulk_delete', 'import')
|
||||
|
||||
|
||||
@register_model_view(ContactAssignment, 'edit')
|
||||
|
Loading…
Reference in New Issue
Block a user