mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 21:02:23 -06:00
Add tests for wireless
This commit is contained in:
@@ -36,6 +36,7 @@ class WirelessLANCSVForm(CustomFieldModelCSVForm):
|
||||
)
|
||||
vlan = CSVModelChoiceField(
|
||||
queryset=VLAN.objects.all(),
|
||||
required=False,
|
||||
to_field_name='name',
|
||||
help_text='Bridged VLAN'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user