mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Merge remote-tracking branch 'origin' into use-styled-components
This commit is contained in:
@@ -125,11 +125,9 @@ class DataListToolbar extends React.Component {
|
|||||||
sortedColumnKey={sortedColumnKey}
|
sortedColumnKey={sortedColumnKey}
|
||||||
/>
|
/>
|
||||||
</ToolbarItem>
|
</ToolbarItem>
|
||||||
{ (showExpandCollapse || additionalControls.length) ? (
|
|
||||||
<VerticalSeparator />
|
|
||||||
) : null}
|
|
||||||
{showExpandCollapse && (
|
{showExpandCollapse && (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
<VerticalSeparator />
|
||||||
<ToolbarGroup>
|
<ToolbarGroup>
|
||||||
<ExpandCollapse
|
<ExpandCollapse
|
||||||
isCompact={isCompact}
|
isCompact={isCompact}
|
||||||
|
|||||||
@@ -10,8 +10,9 @@ import {
|
|||||||
DropdownItem,
|
DropdownItem,
|
||||||
TextInput as PFTextInput
|
TextInput as PFTextInput
|
||||||
} from '@patternfly/react-core';
|
} from '@patternfly/react-core';
|
||||||
|
import {
|
||||||
import { SearchIcon } from '@patternfly/react-icons';
|
SearchIcon
|
||||||
|
} from '@patternfly/react-icons';
|
||||||
|
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user