mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05:00
query for failed projects to include canceled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user