Checking filter on InterfaceListView to see if the broke the view

This commit is contained in:
Joseph Kennedy 2017-08-15 21:48:06 -04:00
parent d71556547e
commit 322ad2ca15

View File

@ -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'