mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Missing comma...
This commit is contained in:
parent
f7bb400940
commit
89b6aee205
@ -1543,7 +1543,7 @@ class InterfaceCSVForm(forms.ModelForm):
|
||||
)
|
||||
lag = FlexibleModelChoiceField(
|
||||
required=False,
|
||||
queryset = Interface.objects.order_naturally().filter(form_factor=IFACE_FF_LAG)
|
||||
queryset = Interface.objects.order_naturally().filter(form_factor=IFACE_FF_LAG),
|
||||
help_text='Lag Name',
|
||||
error_messages={'invalid_choice': 'Lag not found.'}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user