mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -06:00
Merge pull request #3205 from ananace/fix-interface-connection
Fixes #3204: Fix connecting cables to interfaces
This commit is contained in:
commit
3c83a18291
@ -2680,7 +2680,7 @@ class ConnectCableToInterfaceForm(ConnectCableToDeviceForm):
|
|||||||
api_url='/api/dcim/interfaces/',
|
api_url='/api/dcim/interfaces/',
|
||||||
disabled_indicator='cable',
|
disabled_indicator='cable',
|
||||||
additional_query_params={
|
additional_query_params={
|
||||||
'type': 'physical',
|
'kind': 'physical',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user