counter: countFailedBuilds()

in src/app/container/widget-container.js [29:32]


    counter: countFailedBuilds(state.buildStatuses || []),
    href: state.project &&
      state.project.id &&
      `${state.teamcityService.homeUrl}/project.html?projectId=${state.project.id}`