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

14920 add help to status field in virtual device context import

This commit is contained in:
Arthur
2024-01-24 11:57:18 -08:00
committed by Jeremy Stretch
parent 487f1ccfde
commit f26ac3e7cb

View File

@@ -1359,6 +1359,10 @@ class VirtualDeviceContextImportForm(NetBoxModelImportForm):
to_field_name='name',
help_text='Assigned tenant'
)
status = CSVChoiceField(
label=_('Status'),
choices=VirtualDeviceContextStatusChoices,
)
class Meta:
fields = [