mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
rectifiy dashboard proj sync count with UI link
* The dashboard project sync failure count only includes project syncs that have failed, not that have been canceled. Thus, the link from the dashboard that displays the list of failed project updates should only include the failed ones, not the canceled ones. related to #2827
This commit is contained in:
parent
cf07e08c54
commit
7bc720b435
@ -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