mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
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:
@@ -137,7 +137,7 @@ function Dashboard({ i18n }) {
|
|||||||
<Count
|
<Count
|
||||||
failed
|
failed
|
||||||
link="/inventories?inventory.inventory_sources_with_failures__gt=0"
|
link="/inventories?inventory.inventory_sources_with_failures__gt=0"
|
||||||
data={countData?.inventories?.failed}
|
data={countData?.inventories?.inventory_failed}
|
||||||
label={i18n._(t`Inventory sync failures`)}
|
label={i18n._(t`Inventory sync failures`)}
|
||||||
/>
|
/>
|
||||||
<Count
|
<Count
|
||||||
|
|||||||
Reference in New Issue
Block a user