mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-21 08:21:48 +02: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,
|
||||
|
||||
@@ -546,12 +546,10 @@ class Interface(ModularComponentModel, BaseInterface, LinkTermination, PathEndpo
|
||||
help_text='This interface is used only for out-of-band management'
|
||||
)
|
||||
speed = models.PositiveIntegerField(
|
||||
verbose_name='Speed',
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
duplex = models.CharField(
|
||||
verbose_name='Duplex',
|
||||
max_length=50,
|
||||
blank=True,
|
||||
null=True,
|
||||
|
||||
Reference in New Issue
Block a user