mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 08:59:55 -02:30
Add Workflow Admin
This commit is contained in:
@@ -40,6 +40,7 @@ role_names = {
|
||||
'project_admin_role' : _('Project Admin'),
|
||||
'inventory_admin_role' : _('Inventory Admin'),
|
||||
'credential_admin_role': _('Credential Admin'),
|
||||
'workflow_admin_role' : _('Workflow Admin'),
|
||||
'auditor_role' : _('Auditor'),
|
||||
'execute_role' : _('Execute'),
|
||||
'member_role' : _('Member'),
|
||||
@@ -56,6 +57,7 @@ role_descriptions = {
|
||||
'project_admin_role' : _('Can manage all projects of the %s'),
|
||||
'inventory_admin_role' : _('Can manage all inventories of the %s'),
|
||||
'credential_admin_role': _('Can manage all credentials of the %s'),
|
||||
'workflow_admin_role' : _('Can manage all workflows 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