1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #9333: Annotate unit on interface speed field

This commit is contained in:
jeremystretch
2022-05-11 08:09:51 -04:00
parent 39a9ebaeee
commit e759e123ac

View File

@ -543,7 +543,8 @@ class Interface(ModularComponentModel, BaseInterface, LinkTermination, PathEndpo
) )
speed = models.PositiveIntegerField( speed = models.PositiveIntegerField(
blank=True, blank=True,
null=True null=True,
verbose_name='Speed (Kbps)'
) )
duplex = models.CharField( duplex = models.CharField(
max_length=50, max_length=50,