mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
add kind to Inventory summarizable fields
This commit is contained in:
parent
4748f6d2e2
commit
e4f4cc1372
@ -74,7 +74,8 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'has_inventory_sources',
|
||||
'total_inventory_sources',
|
||||
'inventory_sources_with_failures',
|
||||
'organization_id'),
|
||||
'organization_id',
|
||||
'kind'),
|
||||
'host': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||
'has_inventory_sources'),
|
||||
'group': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user