import { Table, Thead, Tr, Th, Tbody, Td } from '@patternfly/react-table'; import { Bullseye, EmptyState, EmptyStateVariant, EmptyStateBody, Button, EmptyStateFooter, EmptyStateActions } from '@patternfly/react-core'; import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon'; // This example has been simplified to focus on the empty state. In real usage, // you may want to derive your rows from typed underlying data and minimal state. See other examples. export const TableEmptyState: React.FunctionComponent = () => (
Repositories Branches Pull requests Workspaces Last commit
Clear all filters and try again.
);