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

Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2021-08-06 10:06:52 -04:00
8 changed files with 59 additions and 5 deletions

View File

@ -409,7 +409,7 @@ class VMInterfaceListView(generic.ObjectListView):
filterset = filtersets.VMInterfaceFilterSet
filterset_form = forms.VMInterfaceFilterForm
table = tables.VMInterfaceTable
action_buttons = ('export',)
action_buttons = ('import', 'export')
class VMInterfaceView(generic.ObjectView):