mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Users can now be added from the Users tab.
This commit is contained in:
@@ -42,6 +42,16 @@ angular.module('UserFormDefinition', [])
|
||||
addRequired: true,
|
||||
editRequired: true
|
||||
},
|
||||
organization: {
|
||||
label: 'Organization',
|
||||
type: 'lookup',
|
||||
sourceModel: 'organization',
|
||||
sourceField: 'name',
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
ngClick: 'lookUpOrganization()',
|
||||
excludeMode: 'edit'
|
||||
},
|
||||
password: {
|
||||
label: 'Password',
|
||||
type: 'password',
|
||||
|
||||
Reference in New Issue
Block a user