mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Fix test failure
This commit is contained in:
parent
c117ca66d5
commit
88bb6e5a6a
@ -65,6 +65,7 @@ function HostMetrics() {
|
||||
pluralizedItemName={t`Host Metrics`}
|
||||
renderRow={(item, index) => (
|
||||
<HostMetricsListItem
|
||||
key={item.id}
|
||||
item={item}
|
||||
isSelected={selected.some(
|
||||
(row) => row.hostname === item.hostname
|
||||
|
||||
@ -19,6 +19,7 @@ const mockHostMetrics = [
|
||||
used_in_inventories: 1,
|
||||
deleted_counter: 1,
|
||||
id: 1,
|
||||
url: '',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user