-
-
-
- {t('cache-managers.no-filter-cache')}>}
- icon={}
- headingLevel="h2"
- />
- {t('cache-managers.no-caches-body')}
-
-
- |
+ {displayEmptyState()} |
) : (
rows.map((row) => {
diff --git a/src/app/CacheManagers/CounterTableDisplay.tsx b/src/app/CacheManagers/CounterTableDisplay.tsx
index 5e78a258d..34c93b7a7 100644
--- a/src/app/CacheManagers/CounterTableDisplay.tsx
+++ b/src/app/CacheManagers/CounterTableDisplay.tsx
@@ -30,7 +30,10 @@ import {
ToolbarToggleGroup,
ToolbarFilter,
ToolbarItem,
- ToolbarItemVariant, EmptyStateHeader, EmptyStateActions, EmptyStateFooter
+ ToolbarItemVariant,
+ EmptyStateHeader,
+ EmptyStateActions,
+ EmptyStateFooter
} from '@patternfly/react-core';
import { Table, Thead, Tr, Th, Tbody, Td, IAction, ActionsColumn } from '@patternfly/react-table';
import { DeleteCounter } from '@app/Counters/DeleteCounter';
@@ -418,9 +421,7 @@ const CounterTableDisplay = (props: { setCountersCount: (number) => void; isVisi
headingLevel="h4"
/>