mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
AC-1040 Added inventory_source back to summary fields.
This commit is contained in:
parent
74602f1009
commit
f73c352f0d
@ -72,7 +72,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'last_job_host_summary': DEFAULT_SUMMARY_FIELDS + ('failed',),
|
||||
'last_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
'current_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
#'inventory_source': ('source', 'last_updated', 'status'),
|
||||
'inventory_source': ('source', 'last_updated', 'status'),
|
||||
}
|
||||
|
||||
class ChoiceField(fields.ChoiceField):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user