mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Changelog cnad cleanup for #7853
This commit is contained in:
@@ -620,8 +620,7 @@ class InterfaceCSVForm(CustomFieldModelCSVForm):
|
||||
)
|
||||
duplex = CSVChoiceField(
|
||||
choices=InterfaceDuplexChoices,
|
||||
required=False,
|
||||
help_text='Duplex'
|
||||
required=False
|
||||
)
|
||||
mode = CSVChoiceField(
|
||||
choices=InterfaceModeChoices,
|
||||
|
||||
Reference in New Issue
Block a user