diff --git a/src/apps/console/routes/_main+/$account+/managed-services/backend-services-resources-V2.tsx b/src/apps/console/routes/_main+/$account+/managed-services/backend-services-resources-V2.tsx index 5b818d2b9..d5c53eda5 100644 --- a/src/apps/console/routes/_main+/$account+/managed-services/backend-services-resources-V2.tsx +++ b/src/apps/console/routes/_main+/$account+/managed-services/backend-services-resources-V2.tsx @@ -213,7 +213,7 @@ const ListView = ({ items, templates, onAction }: IResource) => { }, ], rows: items.map((i) => { - const isClusterOnline = clusters[i.clusterName]; + const isClusterOnline = findClusterStatus(clusters[i.clusterName]); const { name, id, logo, updateInfo } = parseItem(i, templates); return { columns: {