1
0
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:
jeremystretch
2022-01-21 15:43:53 -05:00
parent 05d4c127ee
commit 5abfe821bc
3 changed files with 3 additions and 5 deletions

View File

@@ -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,