1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

add insights_cred_id to host->inventory summary fields

This commit is contained in:
Chris Meyers 2017-06-30 13:52:41 -04:00
parent 57eb632e51
commit 29adb39cae

View File

@ -76,7 +76,8 @@ SUMMARIZABLE_FK_FIELDS = {
'total_inventory_sources',
'inventory_sources_with_failures',
'organization_id',
'kind'),
'kind',
'insights_credential_id',),
'host': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
'has_inventory_sources'),
'group': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',