mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
add insights_cred_id to host->inventory summary fields
This commit is contained in:
@@ -76,7 +76,8 @@ SUMMARIZABLE_FK_FIELDS = {
|
|||||||
'total_inventory_sources',
|
'total_inventory_sources',
|
||||||
'inventory_sources_with_failures',
|
'inventory_sources_with_failures',
|
||||||
'organization_id',
|
'organization_id',
|
||||||
'kind'),
|
'kind',
|
||||||
|
'insights_credential_id',),
|
||||||
'host': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
'host': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||||
'has_inventory_sources'),
|
'has_inventory_sources'),
|
||||||
'group': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
'group': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||||
|
|||||||
Reference in New Issue
Block a user