mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix VLAN group assignment for VLANs
This commit is contained in:
@ -768,6 +768,7 @@ class VLANVMInterfacesView(generic.ObjectView):
|
||||
class VLANEditView(generic.ObjectEditView):
|
||||
queryset = VLAN.objects.all()
|
||||
model_form = forms.VLANForm
|
||||
template_name = 'ipam/vlan_edit.html'
|
||||
|
||||
|
||||
class VLANDeleteView(generic.ObjectDeleteView):
|
||||
|
Reference in New Issue
Block a user