Skip to content

Commit

Permalink
netbox-community#9403: Add labels to device VC fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jun 28, 2022
1 parent ccb7e96 commit 8e200a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netbox/dcim/forms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,12 @@ class DeviceForm(TenancyForm, NetBoxModelForm):
)
vc_position = forms.IntegerField(
required=False,
label='Position',
help_text="The position in the virtual chassis this device is identified by"
)
vc_priority = forms.IntegerField(
required=False,
label='Priority',
help_text="The priority of the device in the virtual chassis"
)

Expand Down

0 comments on commit 8e200a9

Please sign in to comment.