mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
AC-585 Added totals fields to inventory group tree.
This commit is contained in:
@@ -588,7 +588,8 @@ class GroupTreeSerializer(GroupSerializer):
|
||||
class Meta:
|
||||
model = Group
|
||||
fields = BASE_FIELDS + ('inventory', 'variables', 'has_active_failures',
|
||||
'hosts_with_active_failures',
|
||||
'total_hosts', 'hosts_with_active_failures',
|
||||
'total_groups', 'groups_with_active_failures',
|
||||
'has_inventory_sources', 'children')
|
||||
|
||||
def get_children(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user