mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Fixed edge dropdown id
This commit is contained in:
parent
228e412478
commit
625c6c30fc
@ -131,7 +131,7 @@ export default ['$scope', 'TemplatesService', 'JobTemplateModel', 'PromptService
|
||||
break;
|
||||
}
|
||||
CreateSelect2({
|
||||
element: '#workflow_node_edge_3',
|
||||
element: '#workflow_node_edge',
|
||||
multiple: false
|
||||
});
|
||||
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
</label>
|
||||
<div>
|
||||
<select
|
||||
id="workflow_node_edge_3"
|
||||
id="workflow_node_edge"
|
||||
ng-options="v as v.label for v in edgeTypeOptions track by v.value"
|
||||
ng-model="edgeType"
|
||||
class="form-control Form-dropDown"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user