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 c4cdd35 commit 3df82d3Copy full SHA for 3df82d3
src/types/additionalProps.ts
@@ -24,7 +24,7 @@ export interface AdditionalTenantsProps {
24
getMonitoringLink?: (name?: string, type?: ETenantType) => ReactNode;
25
}
26
27
-export type NodeAddress = Pick<TSystemStateInfo, 'Host' | 'Endpoints'>;
+export type NodeAddress = Pick<TSystemStateInfo, 'Host' | 'Endpoints' | 'NodeId'>;
28
29
export interface AdditionalNodesProps extends Record<string, unknown> {
30
getNodeRef?: (node?: NodeAddress) => string | null;
0 commit comments