Skip to content

Commit

Permalink
Add Manufacturer field to RackTypeFilterForm
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoalmeidaoliveira committed Feb 14, 2025
1 parent 88cb474 commit 54d0bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/dcim/forms/filtersets.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class RackTypeFilterForm(RackBaseFilterForm):
model = RackType
fieldsets = (
FieldSet('q', 'filter_id', 'tag'),
FieldSet('form_factor', 'width', 'u_height', name=_('Rack Type')),
FieldSet('manufacturer_id', 'form_factor', 'width', 'u_height', name=_('Rack Type')),
FieldSet('starting_unit', 'desc_units', name=_('Numbering')),
FieldSet('weight', 'max_weight', 'weight_unit', name=_('Weight')),
)
Expand Down

0 comments on commit 54d0bba

Please sign in to comment.