mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Remove custom component
Remove custom component since PF issue is now fixed. See: https://github.com/ansible/awx/issues/6351
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
import { DataListCell as PFDataListCell } from '@patternfly/react-core';
|
|
||||||
import styled from 'styled-components';
|
|
||||||
|
|
||||||
PFDataListCell.displayName = 'PFDataListCell';
|
|
||||||
// Once https://github.com/patternfly/patternfly-react/issues/3938
|
|
||||||
// has been resolved this component can be removed
|
|
||||||
const DataListCell = styled(PFDataListCell)`
|
|
||||||
word-break: break-word;
|
|
||||||
`;
|
|
||||||
DataListCell.displayName = 'DataListCell';
|
|
||||||
|
|
||||||
export default DataListCell;
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
export { default } from './DataListCell';
|
|
||||||
@@ -7,6 +7,7 @@ import {
|
|||||||
Button as _Button,
|
Button as _Button,
|
||||||
Chip,
|
Chip,
|
||||||
DataListAction as _DataListAction,
|
DataListAction as _DataListAction,
|
||||||
|
DataListCell,
|
||||||
DataListCheck,
|
DataListCheck,
|
||||||
DataListItemCells,
|
DataListItemCells,
|
||||||
DataListItemRow,
|
DataListItemRow,
|
||||||
@@ -16,7 +17,6 @@ import {
|
|||||||
} from '@patternfly/react-core';
|
} from '@patternfly/react-core';
|
||||||
import { CaretDownIcon, CaretUpIcon } from '@patternfly/react-icons';
|
import { CaretDownIcon, CaretUpIcon } from '@patternfly/react-icons';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import DataListCell from '../../../components/DataListCell';
|
|
||||||
import ChipGroup from '../../../components/ChipGroup';
|
import ChipGroup from '../../../components/ChipGroup';
|
||||||
|
|
||||||
const DataListAction = styled(_DataListAction)`
|
const DataListAction = styled(_DataListAction)`
|
||||||
|
|||||||
Reference in New Issue
Block a user