#9403: Add labels to device VC fields

This commit is contained in:
jeremystretch 2022-06-28 16:24:56 -04:00
parent ccb7e96d8a
commit 8e200a9cb4
1 changed files with 2 additions and 0 deletions

View File

@ -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"
)