mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Remove references to AIM everywhere
This commit is contained in:
@@ -9,7 +9,7 @@ aim_inputs = {
|
||||
'fields': [
|
||||
{
|
||||
'id': 'url',
|
||||
'label': _('CyberArk AIM URL'),
|
||||
'label': _('CyberArk CCP URL'),
|
||||
'type': 'string',
|
||||
'format': 'url',
|
||||
},
|
||||
@@ -17,7 +17,7 @@ aim_inputs = {
|
||||
'id': 'webservice_id',
|
||||
'label': _('Web Service ID'),
|
||||
'type': 'string',
|
||||
'help_text': _('The AIM Web Service ID. Default: AIMWebService'),
|
||||
'help_text': _('The CCP Web Service ID. Leave blank to default to AIMWebService.'),
|
||||
},
|
||||
{
|
||||
'id': 'app_id',
|
||||
|
||||
Reference in New Issue
Block a user