mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-06 07:38:16 -06:00
Checking filter on InterfaceListView to see if the broke the view
This commit is contained in:
parent
d71556547e
commit
322ad2ca15
@ -1557,7 +1557,7 @@ class InterfaceBulkImportView(PermissionRequiredMixin, BulkImportView):
|
||||
|
||||
class InterfaceListView(ObjectListView):
|
||||
queryset = Interface.objects.all()
|
||||
filter = filters.InterfaceFilter
|
||||
filter = filters.DeviceFilter
|
||||
filter_form = forms.InterfaceListFilterForm
|
||||
table = tables.InterfaceListTable
|
||||
template_name = 'dcim/interface_list.html'
|
||||
|
Loading…
Reference in New Issue
Block a user