mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
include credential type details in activity stream
This commit is contained in:
@@ -4616,7 +4616,8 @@ class ActivityStreamSerializer(BaseSerializer):
|
|||||||
('workflow_job_template_node', ('id', 'unified_job_template_id')),
|
('workflow_job_template_node', ('id', 'unified_job_template_id')),
|
||||||
('label', ('id', 'name', 'organization_id')),
|
('label', ('id', 'name', 'organization_id')),
|
||||||
('notification', ('id', 'status', 'notification_type', 'notification_template_id')),
|
('notification', ('id', 'status', 'notification_type', 'notification_template_id')),
|
||||||
('access_token', ('id', 'token'))
|
('access_token', ('id', 'token')),
|
||||||
|
('credential_type', ('id', 'name', 'description', 'kind', 'managed_by_tower'))
|
||||||
]
|
]
|
||||||
return field_list
|
return field_list
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user