#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

@@ -1395,7 +1395,7 @@ class InterfaceForm(InterfaceCommonForm, ModularDeviceComponentForm):
'available_on_device': '$device',
}
)
qinq_svlan = DynamicModelMultipleChoiceField(
qinq_svlan = DynamicModelChoiceField(
queryset=VLAN.objects.all(),
required=False,
label=_('Q-in-Q Service VLAN'),