mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 05:29:24 -02:30
Add role to summarizable fields
This commit is contained in:
@@ -90,6 +90,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
|||||||
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||||
'inventory_source': ('source', 'last_updated', 'status'),
|
'inventory_source': ('source', 'last_updated', 'status'),
|
||||||
'source_script': ('name', 'description'),
|
'source_script': ('name', 'description'),
|
||||||
|
'role': ('id', 'role_field')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user