mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Permissions CRUD now functional within Users tab.
This commit is contained in:
@@ -156,13 +156,20 @@ angular.module('UserFormDefinition', [])
|
||||
fields: {
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name'
|
||||
label: 'Name',
|
||||
ngClick: "edit('permissions', \{\{ permission.id \}\}, '\{\{ permission.name \}\}')"
|
||||
},
|
||||
project: {
|
||||
label: 'Project'
|
||||
label: 'Project',
|
||||
sourceModel: 'project',
|
||||
sourceField: 'name',
|
||||
ngBind: 'permission.summary_fields.project.name',
|
||||
},
|
||||
inventory: {
|
||||
label: 'Inventory'
|
||||
label: 'Inventory',
|
||||
sourceModel: 'inventory',
|
||||
sourceField: 'name',
|
||||
ngBind: 'permission.summary_fields.inventory.name',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user