Adds new DataListCell components to all necessary lists

This commit is contained in:
Alex Corey
2020-03-19 15:04:49 -04:00
parent ebb0f31b0b
commit ab755134b3
22 changed files with 720 additions and 557 deletions

View File

@@ -5,12 +5,13 @@ import { t } from '@lingui/macro';
import { Link } from 'react-router-dom';
import {
DataListAction as _DataListAction,
DataListCell,
DataListItem,
DataListItemCells,
DataListItemRow,
Switch,
} from '@patternfly/react-core';
import DataListCell from '@components/DataListCell';
import styled from 'styled-components';
const DataListAction = styled(_DataListAction)`