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

Migrate extras views to use common object list template

This commit is contained in:
Jeremy Stretch
2020-02-13 16:39:38 -05:00
parent 6884404957
commit ff952fb221
5 changed files with 5 additions and 37 deletions

View File

@@ -986,7 +986,7 @@ class ServiceListView(PermissionRequiredMixin, ObjectListView):
filterset = filters.ServiceFilterSet
filterset_form = forms.ServiceFilterForm
table = tables.ServiceTable
action_buttons = ('export')
action_buttons = ('export',)
class ServiceView(PermissionRequiredMixin, View):