diff --git a/ui/src/services/index.ts b/ui/src/services/index.ts index bc54cec61..3aff68e48 100644 --- a/ui/src/services/index.ts +++ b/ui/src/services/index.ts @@ -158,7 +158,7 @@ export async function getSimpleClusterList(): Promise ({ clusterId: clusterDetail.clusterId, // clusterId is not unique - id: clusterDetail.name + clusterDetail.namespace, + id: `${clusterDetail.namespace}:${clusterDetail.name}`, name: clusterDetail.name, namespace: clusterDetail.namespace, topology: clusterDetail.topology,