Skip to content

Commit

Permalink
Change for #9623
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Stretch <[email protected]>
  • Loading branch information
DanSheps and jeremystretch authored Nov 10, 2022
1 parent 82b5e0e commit b05725c
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 @@ -735,7 +735,7 @@ class VirtualDeviceContextFilterForm(
):
model = VirtualDeviceContext
fieldsets = (
(None, ('q', 'tag')),
(None, ('q', 'filter', 'tag')),
('Hardware', ('device',)),
('Tenant', ('tenant_group_id', 'tenant_id')),
('Miscellaneous', ('has_primary_ip',))
Expand Down

0 comments on commit b05725c

Please sign in to comment.