mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge pull request #9819 from jaylik/jaylik-9818
Fixes #9818: Typo fix in CableForm
This commit is contained in:
@@ -138,7 +138,7 @@ def get_cable_form(a_type, b_type):
|
|||||||
label='Side',
|
label='Side',
|
||||||
disabled_indicator='_occupied',
|
disabled_indicator='_occupied',
|
||||||
query_params={
|
query_params={
|
||||||
'circuit_id': f'termination_{cable_end}_circuit',
|
'circuit_id': f'$termination_{cable_end}_circuit',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user