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

Fixes #8713: Restore missing "add" button on services list view

This commit is contained in:
jeremystretch
2022-02-22 09:05:31 -05:00
parent 2503a3e3ca
commit 4913d7ee39
2 changed files with 1 additions and 1 deletions

View File

@@ -1038,7 +1038,6 @@ class ServiceListView(generic.ObjectListView):
filterset = filtersets.ServiceFilterSet
filterset_form = forms.ServiceFilterForm
table = tables.ServiceTable
action_buttons = ('import', 'export')
class ServiceView(generic.ObjectView):