mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
13230 extraneous model field
This commit is contained in:
parent
c3f3e8cc61
commit
a888dea0b9
@ -291,11 +291,6 @@ class RackBulkEditForm(NetBoxModelBulkEditForm):
|
|||||||
required=False,
|
required=False,
|
||||||
label=_('Height (U)')
|
label=_('Height (U)')
|
||||||
)
|
)
|
||||||
exclude_from_utilization = forms.NullBooleanField(
|
|
||||||
required=False,
|
|
||||||
widget=BulkEditNullBooleanSelect,
|
|
||||||
label=_('Descending units')
|
|
||||||
)
|
|
||||||
desc_units = forms.NullBooleanField(
|
desc_units = forms.NullBooleanField(
|
||||||
required=False,
|
required=False,
|
||||||
widget=BulkEditNullBooleanSelect,
|
widget=BulkEditNullBooleanSelect,
|
||||||
@ -349,8 +344,7 @@ class RackBulkEditForm(NetBoxModelBulkEditForm):
|
|||||||
(_('Rack'), ('status', 'role', 'tenant', 'serial', 'asset_tag', 'description')),
|
(_('Rack'), ('status', 'role', 'tenant', 'serial', 'asset_tag', 'description')),
|
||||||
(_('Location'), ('region', 'site_group', 'site', 'location')),
|
(_('Location'), ('region', 'site_group', 'site', 'location')),
|
||||||
(_('Hardware'), (
|
(_('Hardware'), (
|
||||||
'type', 'width', 'u_height', 'exclude_from_utilization', 'desc_units', 'outer_width', 'outer_depth',
|
'type', 'width', 'u_height', 'desc_units', 'outer_width', 'outer_depth', 'outer_unit', 'mounting_depth',
|
||||||
'outer_unit', 'mounting_depth',
|
|
||||||
)),
|
)),
|
||||||
(_('Weight'), ('weight', 'max_weight', 'weight_unit')),
|
(_('Weight'), ('weight', 'max_weight', 'weight_unit')),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user