mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
update inventory sync failure count to look at correct data
This commit is contained in:
parent
95a4cc7b76
commit
abaefd0319
@ -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