mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
AC-548 AC-560 Added new fields to summary fields for inventory/group.
This commit is contained in:
@@ -43,12 +43,20 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'user': ('username', 'first_name', 'last_name'),
|
||||
'team': DEFAULT_SUMMARY_FIELDS,
|
||||
'inventory': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||
'total_hosts',
|
||||
'hosts_with_active_failures',
|
||||
'has_inventory_sources'),
|
||||
'total_groups',
|
||||
'groups_with_active_failures',
|
||||
'has_inventory_sources',
|
||||
'total_inventory_sources',
|
||||
'inventory_sources_with_failures'),
|
||||
'host': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||
'has_inventory_sources'),
|
||||
'group': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||
'total_hosts',
|
||||
'hosts_with_active_failures',
|
||||
'total_groups',
|
||||
'groups_with_active_failures',
|
||||
'has_inventory_sources'),
|
||||
'project': DEFAULT_SUMMARY_FIELDS + ('status',),
|
||||
'credential': DEFAULT_SUMMARY_FIELDS,
|
||||
|
||||
Reference in New Issue
Block a user