mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Merge pull request #6301 from wwitzel3/v2-inv-kind
add kind to Inventory summarizable fields
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user