changes of npm run prettier

This commit is contained in:
Adrian Sorge
2020-10-05 18:02:54 +01:00
parent 7b13a42daa
commit d4e4e3020c

View File

@@ -114,21 +114,15 @@ function InventoryListItem({
<DataListCell key="groups-hosts-sources-counts"> <DataListCell key="groups-hosts-sources-counts">
<ListGroup> <ListGroup>
{i18n._(t`Groups`)} {i18n._(t`Groups`)}
<Badge isRead> <Badge isRead>{inventory.total_groups}</Badge>
{inventory.total_groups}
</Badge>
</ListGroup> </ListGroup>
<ListGroup> <ListGroup>
{i18n._(t`Hosts`)} {i18n._(t`Hosts`)}
<Badge isRead> <Badge isRead>{inventory.total_hosts}</Badge>
{inventory.total_hosts}
</Badge>
</ListGroup> </ListGroup>
<ListGroup> <ListGroup>
{i18n._(t`Sources`)} {i18n._(t`Sources`)}
<Badge isRead> <Badge isRead>{inventory.total_inventory_sources}</Badge>
{inventory.total_inventory_sources}
</Badge>
</ListGroup> </ListGroup>
</DataListCell>, </DataListCell>,
inventory.pending_deletion && ( inventory.pending_deletion && (