mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #3204: Fix connecting cables to interfaces
This commit is contained in:
@ -2680,7 +2680,7 @@ class ConnectCableToInterfaceForm(ConnectCableToDeviceForm):
|
||||
api_url='/api/dcim/interfaces/',
|
||||
disabled_indicator='cable',
|
||||
additional_query_params={
|
||||
'type': 'physical',
|
||||
'kind': 'physical',
|
||||
}
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user