mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Rename filter_role
This commit is contained in:
parent
e9006f72e0
commit
ea11539365
@ -592,7 +592,7 @@ class InterfaceListFilter(django_filters.FilterSet):
|
|||||||
# label='Role (ID)',
|
# label='Role (ID)',
|
||||||
#)
|
#)
|
||||||
role = django_filters.ModelMultipleChoiceFilter(
|
role = django_filters.ModelMultipleChoiceFilter(
|
||||||
method='_filter_role',
|
method='filter_role',
|
||||||
label='Role (slug)',
|
label='Role (slug)',
|
||||||
)
|
)
|
||||||
type = django_filters.CharFilter(
|
type = django_filters.CharFilter(
|
||||||
|
Loading…
Reference in New Issue
Block a user