mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
Add helptext for identifier
field
This commit is contained in:
parent
b74543800e
commit
909f075a02
@ -1081,6 +1081,7 @@ class VirtualDeviceContext(PrimaryModel):
|
|||||||
choices=VirtualDeviceContextStatusChoices,
|
choices=VirtualDeviceContextStatusChoices,
|
||||||
)
|
)
|
||||||
identifier = models.PositiveSmallIntegerField(
|
identifier = models.PositiveSmallIntegerField(
|
||||||
|
help_text='Unique identifier provided by the platform being virtualized (Example: Nexus VDC Identifier)',
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user