mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Merge pull request #5017 from jaredevantabor/dashboard-failed-projects
Dashboard failed projects
This commit is contained in:
@@ -61,7 +61,7 @@ export default
|
|||||||
label: i18n._("Projects")
|
label: i18n._("Projects")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: "/#/projects?project_search=status__in:failed",
|
url: "/#/projects?project_search=status__in:failed,canceled",
|
||||||
number: scope.data.projects.failed,
|
number: scope.data.projects.failed,
|
||||||
label: i18n._("Project Sync Failures"),
|
label: i18n._("Project Sync Failures"),
|
||||||
isFailureCount: true
|
isFailureCount: true
|
||||||
|
|||||||
Reference in New Issue
Block a user