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:
@ -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',
|
||||
}
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user