mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
11969 fix
This commit is contained in:
parent
61fe046204
commit
660344b16b
@ -395,7 +395,7 @@ class ModuleType(ImageAttachmentsMixin, PrimaryModel, WeightMixin):
|
|||||||
blank=True
|
blank=True
|
||||||
)
|
)
|
||||||
|
|
||||||
clone_fields = ('manufacturer', 'weight', 'weight_unit',)
|
clone_fields = ('manufacturer', 'weight', 'weight_unit', 'airflow')
|
||||||
prerequisite_models = (
|
prerequisite_models = (
|
||||||
'dcim.Manufacturer',
|
'dcim.Manufacturer',
|
||||||
)
|
)
|
||||||
@ -1177,7 +1177,7 @@ class Module(PrimaryModel, ConfigContextModel):
|
|||||||
help_text=_('A unique tag used to identify this device')
|
help_text=_('A unique tag used to identify this device')
|
||||||
)
|
)
|
||||||
|
|
||||||
clone_fields = ('device', 'module_type', 'status', 'airflow')
|
clone_fields = ('device', 'module_type', 'status')
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ('module_bay',)
|
ordering = ('module_bay',)
|
||||||
|
Loading…
Reference in New Issue
Block a user