|
@@ -922,6 +922,7 @@ class DeviceType(ChangeLoggedModel, CustomFieldModel):
|
|
|
subdevice_role = models.CharField(
|
|
subdevice_role = models.CharField(
|
|
|
max_length=50,
|
|
max_length=50,
|
|
|
choices=SubdeviceRoleChoices,
|
|
choices=SubdeviceRoleChoices,
|
|
|
|
|
+ blank=True,
|
|
|
verbose_name='Parent/child status',
|
|
verbose_name='Parent/child status',
|
|
|
help_text='Parent devices house child devices in device bays. Leave blank '
|
|
help_text='Parent devices house child devices in device bays. Leave blank '
|
|
|
'if this device type is neither a parent nor a child.'
|
|
'if this device type is neither a parent nor a child.'
|