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:
commit
0b10ff7fe6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user