mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
change rack_id name to device rack
This commit is contained in:
parent
5c16966348
commit
9a645d22b9
@ -596,7 +596,7 @@ class InterfaceListFilter(django_filters.FilterSet):
|
||||
# label='Rack group (ID)',
|
||||
#)
|
||||
rack_id = NullableModelMultipleChoiceFilter(
|
||||
name='rack',
|
||||
name='device__rack',
|
||||
method='filter_rack',
|
||||
label='Rack (ID)',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user