#13428: Misc cleanup

This commit is contained in:
Jeremy Stretch
2024-11-26 09:56:33 -05:00
parent d093b21bc0
commit 9b4b56febc
6 changed files with 26 additions and 9 deletions

View File

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