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

#1266: Exclude interfaces with existing connections or circuit terminations when creating a new connection

This commit is contained in:
Jeremy Stretch
2017-07-10 12:44:16 -04:00
parent 8a87d60f29
commit 2d0638821d
2 changed files with 2 additions and 2 deletions

View File

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