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

Fix filtering for platforms, tenant groups

This commit is contained in:
jeremystretch
2021-07-20 15:39:58 -04:00
parent c0bf1576c2
commit 7eef726ee1
6 changed files with 24 additions and 2 deletions

View File

@@ -1218,6 +1218,8 @@ class PlatformListView(generic.ObjectListView):
vm_count=count_related(VirtualMachine, 'platform')
)
table = tables.PlatformTable
filterset = filtersets.PlatformFilterSet
filterset_form = forms.PlatformFilterForm
class PlatformView(generic.ObjectView):