mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Enable ActivityStream capture for Instances
This commit is contained in:
committed by
Shane McDonald
parent
e04efad3c0
commit
1e5231d68b
@@ -5003,6 +5003,7 @@ class ActivityStreamSerializer(BaseSerializer):
|
||||
('credential_type', ('id', 'name', 'description', 'kind', 'managed')),
|
||||
('ad_hoc_command', ('id', 'name', 'status', 'limit')),
|
||||
('workflow_approval', ('id', 'name', 'unified_job_id')),
|
||||
('instance', ('id', 'hostname')),
|
||||
]
|
||||
return field_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user