mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 04:16:24 -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
|
filterset_form = forms.MACAddressFilterForm
|
||||||
table = tables.MACAddressTable
|
table = tables.MACAddressTable
|
||||||
template_name = 'dcim/component_list.html'
|
template_name = 'dcim/component_list.html'
|
||||||
actions = {
|
|
||||||
**DEFAULT_ACTION_PERMISSIONS,
|
|
||||||
'bulk_rename': {'change'},
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@register_model_view(MACAddress)
|
@register_model_view(MACAddress)
|
||||||
|
Loading…
Reference in New Issue
Block a user