Merge pull request #8466 from jlmitch5/dashboardInvSyncFailureFix

update inventory sync failure count to look at correct data

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-10-27 19:31:01 +00:00 committed by GitHub
commit 720d705df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ function Dashboard({ i18n }) {
<Count
failed
link="/inventories?inventory.inventory_sources_with_failures__gt=0"
data={countData?.inventories?.failed}
data={countData?.inventories?.inventory_failed}
label={i18n._(t`Inventory sync failures`)}
/>
<Count