mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
11960 fix racktype form
This commit is contained in:
parent
953e75b80a
commit
f4a7788333
@ -213,9 +213,9 @@ class RackTypeForm(NetBoxModelForm):
|
||||
fieldsets = (
|
||||
FieldSet('manufacturer', 'name', 'slug', 'description', 'form_factor', 'tags', name=_('Rack Type')),
|
||||
FieldSet(
|
||||
'airflow', 'width', 'u_height',
|
||||
'width', 'u_height',
|
||||
InlineFields('outer_width', 'outer_depth', 'outer_unit', label=_('Outer Dimensions')),
|
||||
InlineFields('weight', 'max_weight', 'weight_unit', label=_('Weight')),
|
||||
InlineFields('airflow', 'weight', 'max_weight', 'weight_unit', label=_('Chassis')),
|
||||
'mounting_depth', name=_('Dimensions')
|
||||
),
|
||||
FieldSet('starting_unit', 'desc_units', name=_('Numbering')),
|
||||
|
Loading…
Reference in New Issue
Block a user