mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 17:17:45 -02:30
wrap org list in Card for consistency between detail
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
import { I18n, i18nMark } from '@lingui/react';
|
||||
import { t } from '@lingui/macro';
|
||||
import {
|
||||
Card,
|
||||
PageSection,
|
||||
PageSectionVariants,
|
||||
} from '@patternfly/react-core';
|
||||
@@ -195,6 +196,7 @@ class OrganizationsList extends Component {
|
||||
return (
|
||||
<Fragment>
|
||||
<PageSection variant={medium}>
|
||||
<Card>
|
||||
<DataListToolbar
|
||||
addUrl={`${match.url}/add`}
|
||||
isAllSelected={selected.length === results.length}
|
||||
@@ -235,6 +237,7 @@ class OrganizationsList extends Component {
|
||||
/>
|
||||
{ loading ? <div>loading...</div> : '' }
|
||||
{ error ? <div>error</div> : '' }
|
||||
</Card>
|
||||
</PageSection>
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user