diff --git a/frontend-modern/src/components/Settings/useConnectionsLedger.ts b/frontend-modern/src/components/Settings/useConnectionsLedger.ts index 47dc75df7..a3ddc5ad2 100644 --- a/frontend-modern/src/components/Settings/useConnectionsLedger.ts +++ b/frontend-modern/src/components/Settings/useConnectionsLedger.ts @@ -253,7 +253,7 @@ const buildRow = ( const coverageLabels = isCluster ? coverageLabelsFor(componentConnections).filter((label) => label !== hostTelemetryLabel) : coverageLabelsFor(componentConnections); - const source: InfrastructureSourceKind = isCluster ? 'api' : sourceFor(componentConnections); + const source: InfrastructureSourceKind = sourceFor(componentConnections); const subtitle = isCluster ? `Cluster ยท ${members.length} ${members.length === 1 ? 'node' : 'nodes'}` : subtitleFor(componentConnections, primaryConnection);