mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix CSV import test & form cleanup
This commit is contained in:
@@ -620,6 +620,7 @@ class InterfaceCSVForm(CustomFieldModelCSVForm):
|
||||
)
|
||||
duplex = CSVChoiceField(
|
||||
choices=InterfaceDuplexChoices,
|
||||
required=False,
|
||||
help_text='Duplex'
|
||||
)
|
||||
mode = CSVChoiceField(
|
||||
|
Reference in New Issue
Block a user