mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #5017 from jaredevantabor/dashboard-failed-projects
Dashboard failed projects
This commit is contained in:
commit
e5f7556fc2
@ -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