mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
fixed spaces
This commit is contained in:
parent
4557b28b23
commit
d6385e03a1
@ -111,6 +111,7 @@ def add_available_vlans(vlan_group, vlans):
|
||||
|
||||
return vlans
|
||||
|
||||
|
||||
#
|
||||
# VRFs
|
||||
#
|
||||
@ -854,7 +855,7 @@ class VLANGroupVLANsView(View):
|
||||
|
||||
vlan_group = get_object_or_404(VLANGroup.objects.all(), pk=pk)
|
||||
|
||||
vlans = VLAN.objects.filter(group_id = pk)
|
||||
vlans = VLAN.objects.filter(group_id=pk)
|
||||
vlans = add_available_vlans(vlan_group, vlans)
|
||||
|
||||
first_available_vlan = 0
|
||||
|
Loading…
Reference in New Issue
Block a user