diff --git a/src/containers/Cluster/Cluster.tsx b/src/containers/Cluster/Cluster.tsx index 84810a7c13..8f06718c8a 100644 --- a/src/containers/Cluster/Cluster.tsx +++ b/src/containers/Cluster/Cluster.tsx @@ -123,7 +123,12 @@ export function Cluster({
- +
; + } return (
diff --git a/src/types/api/cluster.ts b/src/types/api/cluster.ts index c30a25efe8..544faf2139 100644 --- a/src/types/api/cluster.ts +++ b/src/types/api/cluster.ts @@ -8,6 +8,7 @@ import type {TTraceCheck, TTraceView} from './trace'; * source: https://github.com/ydb-platform/ydb/blob/main/ydb/core/viewer/protos/viewer.proto */ export interface TClusterInfoV1 { + error?: string; Name?: string; Overall?: EFlag; NodesTotal?: number;