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

Fixes #1195: Unable to create an interface connection when searching for peer device

This commit is contained in:
Jeremy Stretch
2017-05-18 13:33:26 -04:00
parent feac93389c
commit 7fa696dace
2 changed files with 3 additions and 5 deletions

View File

@ -1445,7 +1445,7 @@ class InterfaceConnectionForm(BootstrapMixin, ChainedFieldsMixin, forms.ModelFor
label='Interface',
widget=APISelect(
api_url='/api/dcim/interfaces/?device_id={{device_b}}&type=physical',
disabled_indicator='is_connected'
disabled_indicator='connection'
)
)