mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Attempted fix of issue 1772
This commit is contained in:
parent
76ce77aaf7
commit
c4ffab8a3e
@ -78,7 +78,6 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud'),
|
||||
'cloud_credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud'),
|
||||
'network_credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'net'),
|
||||
'permission': DEFAULT_SUMMARY_FIELDS,
|
||||
'job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed',),
|
||||
'job_template': DEFAULT_SUMMARY_FIELDS,
|
||||
'schedule': DEFAULT_SUMMARY_FIELDS + ('next_run',),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user