mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #4794 from chrismeyersfsu/fix-2827
rectifiy dashboard proj sync count with UI link
This commit is contained in:
commit
fdeff70244
@ -61,7 +61,7 @@ export default
|
||||
label: i18n._("Projects")
|
||||
},
|
||||
{
|
||||
url: "/#/projects?project_search=status__in:failed,canceled",
|
||||
url: "/#/projects?project_search=status__in:failed",
|
||||
number: scope.data.projects.failed,
|
||||
label: i18n._("Project Sync Failures"),
|
||||
isFailureCount: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user