1
0
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:
Jeremy Stretch
2021-03-11 11:07:27 -05:00
parent 6ab1c06036
commit fadf15dbc0
4 changed files with 92 additions and 53 deletions

View File

@ -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):