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

Fixes #5569: Ensure consistent labeling of interface mgmt_only field

This commit is contained in:
Jeremy Stretch
2021-01-05 15:15:36 -05:00
parent aa10430c7b
commit 0accaedad0
2 changed files with 2 additions and 1 deletions

View File

@@ -505,7 +505,7 @@ class Interface(CableTermination, PathEndpoint, ComponentModel, BaseInterface):
)
mgmt_only = models.BooleanField(
default=False,
verbose_name='OOB Management',
verbose_name='Management only',
help_text='This interface is used only for out-of-band management'
)
untagged_vlan = models.ForeignKey(