diff --git a/awx/main/serializers.py b/awx/main/serializers.py index 6c320875d8..2615d7521b 100644 --- a/awx/main/serializers.py +++ b/awx/main/serializers.py @@ -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):