mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #5193 from chrismeyersfsu/fix-4048
name org permissions tab; users / teams
This commit is contained in:
@@ -62,7 +62,7 @@ export default
|
|||||||
},
|
},
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
type: 'collection',
|
type: 'collection',
|
||||||
title: i18n._('Permissions'),
|
title: i18n._('Users & Teams'),
|
||||||
iterator: 'permission',
|
iterator: 'permission',
|
||||||
index: false,
|
index: false,
|
||||||
open: false,
|
open: false,
|
||||||
@@ -71,7 +71,7 @@ export default
|
|||||||
add: {
|
add: {
|
||||||
ngClick: "$state.go('.add')",
|
ngClick: "$state.go('.add')",
|
||||||
label: i18n._('Add'),
|
label: i18n._('Add'),
|
||||||
awToolTip: i18n._('Add a permission'),
|
awToolTip: i18n._('Add Users and or Teams to this organization.'),
|
||||||
actionClass: 'btn List-buttonSubmit',
|
actionClass: 'btn List-buttonSubmit',
|
||||||
buttonContent: '+ ' + i18n._('ADD'),
|
buttonContent: '+ ' + i18n._('ADD'),
|
||||||
ngShow: '(organization_obj.summary_fields.user_capabilities.edit || canAdd)'
|
ngShow: '(organization_obj.summary_fields.user_capabilities.edit || canAdd)'
|
||||||
|
|||||||
Reference in New Issue
Block a user