mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -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):
|
class InterfaceListView(ObjectListView):
|
||||||
queryset = Interface.objects.all()
|
queryset = Interface.objects.all()
|
||||||
filter = filters.InterfaceFilter
|
filter = filters.DeviceFilter
|
||||||
filter_form = forms.InterfaceListFilterForm
|
filter_form = forms.InterfaceListFilterForm
|
||||||
table = tables.InterfaceListTable
|
table = tables.InterfaceListTable
|
||||||
template_name = 'dcim/interface_list.html'
|
template_name = 'dcim/interface_list.html'
|
||||||
|
Loading…
Reference in New Issue
Block a user