mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02: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'),
|
'source_script': ('name', 'description'),
|
||||||
'role': ('id', 'role_field'),
|
'role': ('id', 'role_field'),
|
||||||
'notification_template': DEFAULT_SUMMARY_FIELDS,
|
'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