1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7087: Add search/filter forms for all organizational models

This commit is contained in:
jeremystretch
2021-09-16 16:04:46 -04:00
parent e3e005e327
commit cc0830bf28
10 changed files with 113 additions and 3 deletions

View File

@@ -283,6 +283,8 @@ class RoleListView(generic.ObjectListView):
prefix_count=count_related(Prefix, 'role'),
vlan_count=count_related(VLAN, 'role')
)
filterset = filtersets.RoleFilterSet
filterset_form = forms.RoleFilterForm
table = tables.RoleTable