mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
name org permissions tab; users / teams
This commit is contained in:
parent
b8aa1bd76e
commit
730cbb0afd
@ -62,7 +62,7 @@ export default
|
||||
},
|
||||
dataPlacement: 'top',
|
||||
type: 'collection',
|
||||
title: i18n._('Permissions'),
|
||||
title: i18n._('Users & Teams'),
|
||||
iterator: 'permission',
|
||||
index: false,
|
||||
open: false,
|
||||
@ -71,7 +71,7 @@ export default
|
||||
add: {
|
||||
ngClick: "$state.go('.add')",
|
||||
label: i18n._('Add'),
|
||||
awToolTip: i18n._('Add a permission'),
|
||||
awToolTip: i18n._('Add Users and or Teams to this organization.'),
|
||||
actionClass: 'btn List-buttonSubmit',
|
||||
buttonContent: '+ ' + i18n._('ADD'),
|
||||
ngShow: '(organization_obj.summary_fields.user_capabilities.edit || canAdd)'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user