mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-17 14:39:56 +02:00
#13428: Misc cleanup
This commit is contained in:
@@ -459,7 +459,7 @@ class VLANImportForm(NetBoxModelImportForm):
|
||||
)
|
||||
qinq_role = CSVChoiceField(
|
||||
label=_('Q-in-Q role'),
|
||||
choices=VLANStatusChoices,
|
||||
choices=VLANQinQRoleChoices,
|
||||
required=False,
|
||||
help_text=_('Operational status')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user