mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Add role to summarizable fields
This commit is contained in:
parent
b78c3a3e61
commit
f60ce147f4
@ -90,6 +90,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
'inventory_source': ('source', 'last_updated', 'status'),
|
||||
'source_script': ('name', 'description'),
|
||||
'role': ('id', 'role_field')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user