diff --git a/awx/ui/client/src/dashboard/counts/dashboard-counts.directive.js b/awx/ui/client/src/dashboard/counts/dashboard-counts.directive.js index fc0c8c31dd..8d26b9d1c6 100644 --- a/awx/ui/client/src/dashboard/counts/dashboard-counts.directive.js +++ b/awx/ui/client/src/dashboard/counts/dashboard-counts.directive.js @@ -61,7 +61,7 @@ export default label: i18n._("Projects") }, { - url: "/#/projects?project_search=status__in:failed", + url: "/#/projects?project_search=status__in:failed,canceled", number: scope.data.projects.failed, label: i18n._("Project Sync Failures"), isFailureCount: true