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

Finish power outlet/feed connection forms

This commit is contained in:
Jeremy Stretch
2019-04-09 15:37:31 -04:00
parent cd655d289b
commit ef867e789d
3 changed files with 14 additions and 4 deletions

View File

@ -2681,7 +2681,7 @@ class ConnectCableToPowerFeedForm(BootstrapMixin, ChainedFieldsMixin, forms.Mode
widget=APISelect(
api_url='/api/dcim/power-panels/',
filter_for={
'termination_b_powerfeed': 'powerpanel_id',
'termination_b_id': 'power_panel_id',
}
)
)