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(
blank=True,
null=True
null=True,
verbose_name='Speed (Kbps)'
)
duplex = models.CharField(
max_length=50,