mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
add insights_credential to summary fields on inventory
This commit is contained in:
parent
16f4eb4532
commit
eb6e598f6c
@ -105,7 +105,8 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'source_script': ('name', 'description'),
|
||||
'role': ('id', 'role_field'),
|
||||
'notification_template': DEFAULT_SUMMARY_FIELDS,
|
||||
'instance_group': {'id', 'name'}
|
||||
'instance_group': {'id', 'name'},
|
||||
'insights_credential': DEFAULT_SUMMARY_FIELDS,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user