1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Merge pull request #268 from marshmalien/263-org-badge-count-styles

Group organization list user and member badges
This commit is contained in:
Marliana Lara 2019-06-18 13:53:32 -04:00 committed by GitHub
commit 0b10ff7fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,15 +86,13 @@ class OrganizationListItem extends React.Component {
</Link>
</span>
</DataListCell>,
<DataListCell key="org-members" righthalf="true" width={2}>
<DataListCell key="related-field-counts" righthalf="true" width={2}>
<ListGroup>
{i18n._(t`Members`)}
<Badge isRead>
{organization.summary_fields.related_field_counts.users}
</Badge>
</ListGroup>
</DataListCell>,
<DataListCell key="teams">
<ListGroup>
{i18n._(t`Teams`)}
<Badge isRead>