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