diff --git a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx index 182dbf8b479f..29c93e273638 100644 --- a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx +++ b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx @@ -30,7 +30,7 @@ import { import { cockroach } from "src/js/protos"; import TimeSeriesQueryAggregator = cockroach.ts.tspb.TimeSeriesQueryAggregator; -export default function (props: GraphDashboardProps) { +export default function(props: GraphDashboardProps) { const { nodeIDs, storeSources, nodeDisplayNameByID, storeIDsByNodeID } = props; @@ -104,6 +104,24 @@ export default function (props: GraphDashboardProps) { , + + + {_.map(nodeIDs, nid => ( + + ))} + + , + }