mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Finally fixed issue with editing a credential. Need to call Owner change after loading data and after resetting form. Also removed default from Owner radio button on create and set to required so that user has to actively make a choice. Started working on Job Template detail changes. Job Template is currently broke.
This commit is contained in:
committed by
Chris Church
parent
413a799829
commit
0466629718
@@ -72,7 +72,7 @@ angular.module('JobTemplateFormDefinition', [])
|
||||
awRequiredWhen: {variable: "playbookrequired", init: "true" },
|
||||
column: 1
|
||||
},
|
||||
credential: { // FIXME: Lookup only credentials with kind=ssh
|
||||
credential: {
|
||||
label: 'Credential',
|
||||
type: 'lookup',
|
||||
sourceModel: 'credential',
|
||||
@@ -82,7 +82,7 @@ angular.module('JobTemplateFormDefinition', [])
|
||||
editRequired: false,
|
||||
column: 1
|
||||
},
|
||||
cloud_credential: { // FIXME: Lookup only credentials with kind=aws/rax
|
||||
cloud_credential: {
|
||||
label: 'Cloud Credential',
|
||||
type: 'lookup',
|
||||
sourceModel: 'cloud_credential',
|
||||
|
||||
Reference in New Issue
Block a user