import { Table, Thead, Tr, Th, Tbody, Td } from '@patternfly/react-table'; import { Bullseye, EmptyState, EmptyStateVariant, EmptyStateBody, PageSection } from '@patternfly/react-core'; import RhUiErrorFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-error-fill-icon'; import { DashboardWrapper } from '@patternfly/react-table/dist/esm/demos/DashboardWrapper'; export const TableEmptyStateError: React.FunctionComponent = () => (
Repositories Branches Pull requests Workspaces Last commit
There was an error retrieving data. Check your connection and reload the page.
);