We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489bd5d commit 9fb50e1Copy full SHA for 9fb50e1
web/src/components/tabs/netflow-topology/2d/topology-content.tsx
@@ -471,7 +471,7 @@ export const TopologyContent: React.FC<TopologyContentProps> = ({
471
useEventListener(graphLayoutEndEvent, onLayoutEnd);
472
useEventListener(graphPositionChangeEvent, onLayoutPositionChange);
473
474
- if (_.isEmpty(metrics) && _.isEmpty(droppedMetrics)) {
+ if (_.isEmpty(metrics) && _.isEmpty(droppedMetrics) && _.isEmpty(expectedNodes)) {
475
return (
476
<Bullseye data-test="no-results-found">
477
<Empty showDetails={true} resetDefaultFilters={resetDefaultFilters} clearFilters={clearFilters} />
0 commit comments