mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Fixed create operation on Credentials. Credential lookups on Groups and Projects now working.
This commit is contained in:
committed by
Chris Church
parent
41b5d8b9ad
commit
72aacfd972
@@ -32,6 +32,8 @@ angular.module('CredentialFormDefinition', [])
|
||||
label: 'Owned By?',
|
||||
type: 'radio',
|
||||
ngChange: "ownerChange()",
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
options: [
|
||||
{ label: 'User', value: 'user' },
|
||||
{ label: 'Team', value: 'team' }
|
||||
@@ -40,7 +42,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
"to the credential. Choosing a team shares the credential with all team members.</p>",
|
||||
dataTitle: 'Owner',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body",
|
||||
dataContainer: "body"
|
||||
},
|
||||
user: {
|
||||
label: 'User',
|
||||
|
||||
@@ -135,7 +135,7 @@ angular.module('ProjectFormDefinition', [])
|
||||
sourceField: 'name',
|
||||
ngClick: 'lookUpCredential()',
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
editRequired: false
|
||||
},
|
||||
checkbox_group: {
|
||||
label: 'SCM Options',
|
||||
|
||||
Reference in New Issue
Block a user