mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 08:26:44 -03:30
changes of npm run prettier
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user