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:
@@ -331,6 +331,7 @@ class InterfaceView(ObjectView):
|
||||
})
|
||||
|
||||
|
||||
# TODO: This should not use ComponentCreateView
|
||||
class InterfaceCreateView(ComponentCreateView):
|
||||
queryset = Interface.objects.all()
|
||||
form = forms.InterfaceCreateForm
|
||||
|
Reference in New Issue
Block a user