mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
include credential type details in activity stream
This commit is contained in:
parent
f16ad97081
commit
0295351bf1
@ -4616,7 +4616,8 @@ class ActivityStreamSerializer(BaseSerializer):
|
||||
('workflow_job_template_node', ('id', 'unified_job_template_id')),
|
||||
('label', ('id', 'name', 'organization_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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user