1
0
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:
jeremystretch
2022-01-10 14:27:52 -05:00
parent 0f58faaddb
commit ff396b5953
2 changed files with 3 additions and 1 deletions

View File

@@ -620,6 +620,7 @@ class InterfaceCSVForm(CustomFieldModelCSVForm):
)
duplex = CSVChoiceField(
choices=InterfaceDuplexChoices,
required=False,
help_text='Duplex'
)
mode = CSVChoiceField(