mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
Remove unnecessary "bulk rename"
This commit is contained in:
parent
eec59cfd61
commit
0fc5157f3b
@ -2529,10 +2529,6 @@ class MACAddressListView(generic.ObjectListView):
|
||||
filterset_form = forms.MACAddressFilterForm
|
||||
table = tables.MACAddressTable
|
||||
template_name = 'dcim/component_list.html'
|
||||
actions = {
|
||||
**DEFAULT_ACTION_PERMISSIONS,
|
||||
'bulk_rename': {'change'},
|
||||
}
|
||||
|
||||
|
||||
@register_model_view(MACAddress)
|
||||
|
Loading…
Reference in New Issue
Block a user