mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 11:42:52 -06:00
Removed trailing space
This commit is contained in:
parent
05570ae4ad
commit
aa4f73ffbf
@ -74,7 +74,7 @@ class InterfaceCommonForm:
|
|||||||
elif self.cleaned_data['mode'] == IFACE_MODE_TAGGED_ALL:
|
elif self.cleaned_data['mode'] == IFACE_MODE_TAGGED_ALL:
|
||||||
self.cleaned_data['tagged_vlans'] = []
|
self.cleaned_data['tagged_vlans'] = []
|
||||||
|
|
||||||
# Validate tagged VLANs; must be a global VLAN or in the same site
|
# Validate tagged VLANs; must be a global VLAN or in the same site
|
||||||
else:
|
else:
|
||||||
for tagged_vlan in tagged_vlans:
|
for tagged_vlan in tagged_vlans:
|
||||||
if tagged_vlan.site not in [self.cleaned_data['device'].site, None]:
|
if tagged_vlan.site not in [self.cleaned_data['device'].site, None]:
|
||||||
|
Loading…
Reference in New Issue
Block a user