mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
query for failed projects to include canceled
This commit is contained in:
parent
0a5b037236
commit
9d0f8b0191
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user