mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03: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:
commit
720d705df3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user