mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
update inventory sync failure count to look at correct data
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