mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Add Project Admin role
This commit is contained in:
@@ -37,6 +37,7 @@ role_names = {
|
||||
'system_auditor' : _('System Auditor'),
|
||||
'adhoc_role' : _('Ad Hoc'),
|
||||
'admin_role' : _('Admin'),
|
||||
'project_admin_role' : _('Project Admin'),
|
||||
'auditor_role' : _('Auditor'),
|
||||
'execute_role' : _('Execute'),
|
||||
'member_role' : _('Member'),
|
||||
@@ -50,6 +51,7 @@ role_descriptions = {
|
||||
'system_auditor' : _('Can view all settings on the system'),
|
||||
'adhoc_role' : _('May run ad hoc commands on an inventory'),
|
||||
'admin_role' : _('Can manage all aspects of the %s'),
|
||||
'project_admin_role' : _('Can manage all projects of the %s'),
|
||||
'auditor_role' : _('Can view all settings for the %s'),
|
||||
'execute_role' : _('May run the %s'),
|
||||
'member_role' : _('User is a member of the %s'),
|
||||
|
||||
Reference in New Issue
Block a user