mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Remove filter from InterfaceListView
This commit is contained in:
parent
86c1503f12
commit
57584b9254
@ -1557,7 +1557,7 @@ class InterfaceBulkImportView(PermissionRequiredMixin, BulkImportView):
|
||||
|
||||
class InterfaceListView(ObjectListView):
|
||||
queryset = Interface.objects.all()
|
||||
filter = filters.InterfaceFilter
|
||||
#filter = filters.InterfaceFilter
|
||||
filter_form = forms.InterfaceFilterForm
|
||||
table = tables.InterfaceListTable
|
||||
template_name = 'dcim/interface_list.html'
|
||||
|
Loading…
Reference in New Issue
Block a user