rectifiy dashboard proj sync count with UI link

* The dashboard project sync failure count only includes project syncs
that have failed, not that have been canceled. Thus, the link from the
dashboard that displays the list of failed project updates should only
include the failed ones, not the canceled ones.

related to #2827
This commit is contained in:
Chris Meyers 2017-01-18 10:52:07 -05:00
parent cf07e08c54
commit 7bc720b435

View File

@ -61,7 +61,7 @@ export default
label: i18n._("Projects")
},
{
url: "/#/projects?project_search=status__in:failed,canceled",
url: "/#/projects?project_search=status__in:failed",
number: scope.data.projects.failed,
label: i18n._("Project Sync Failures"),
isFailureCount: true