From 9d0f8b019125d1972f134fff654b0faf015477e2 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Fri, 27 Jan 2017 15:13:48 -0800 Subject: [PATCH] query for failed projects to include canceled --- .../client/src/dashboard/counts/dashboard-counts.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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