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

Disable VM interface bulk creation testing

This commit is contained in:
Jeremy Stretch
2020-06-22 15:09:16 -04:00
parent 31bb70d9a2
commit f2b26282b8
3 changed files with 7 additions and 5 deletions

View File

@@ -331,6 +331,7 @@ class InterfaceView(ObjectView):
})
# TODO: This should not use ComponentCreateView
class InterfaceCreateView(ComponentCreateView):
queryset = Interface.objects.all()
form = forms.InterfaceCreateForm