Fixes #3204: Fix connecting cables to interfaces

This commit is contained in:
Alexander Olofsson 2019-05-22 19:00:13 +02:00
parent 3bd69495ef
commit e4ed8456d7

View File

@ -2680,7 +2680,7 @@ class ConnectCableToInterfaceForm(ConnectCableToDeviceForm):
api_url='/api/dcim/interfaces/',
disabled_indicator='cable',
additional_query_params={
'type': 'physical',
'kind': 'physical',
}
)
)