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

Allow export of JobResult table

This commit is contained in:
kkthxbye-code
2022-10-16 15:18:54 +02:00
parent d647983003
commit 074082d1f1

View File

@ -813,7 +813,7 @@ class JobResultListView(generic.ObjectListView):
filterset = filtersets.JobResultFilterSet
filterset_form = forms.JobResultFilterForm
table = tables.JobResultTable
actions = ('delete', 'bulk_delete', )
actions = ('export', 'delete', 'bulk_delete', )
class JobResultDeleteView(generic.ObjectDeleteView):