mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
add insights_credential to summary fields on inventory
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user