Fixes #12847 - Include Missing Add buttons to Views

Signed-off-by: Sudheesh Singanamalla <sudheesh@cs.washington.edu>
This commit is contained in:
Sudheesh Singanamalla
2023-06-11 13:08:29 -07:00
parent c52975410c
commit bfe29fd958
2 changed files with 0 additions and 11 deletions

View File

@@ -415,7 +415,6 @@ class VMInterfaceListView(generic.ObjectListView):
filterset = filtersets.VMInterfaceFilterSet
filterset_form = forms.VMInterfaceFilterForm
table = tables.VMInterfaceTable
actions = ('import', 'export', 'bulk_edit', 'bulk_delete')
@register_model_view(VMInterface)