From 5c85078d8d6878e49d4365a9a857386532732f8d Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Thu, 4 May 2023 14:58:40 +0800 Subject: [PATCH] fix: better display cluster health status Use text to display the health status of the cluster instead of using the Status component Change-Id: Ie0cf7b8121065f27f8f16ad48dd290a0eca02fd7 --- src/pages/container-infra/containers/Clusters/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/container-infra/containers/Clusters/index.jsx b/src/pages/container-infra/containers/Clusters/index.jsx index c8c00cae..c68d1544 100644 --- a/src/pages/container-infra/containers/Clusters/index.jsx +++ b/src/pages/container-infra/containers/Clusters/index.jsx @@ -73,6 +73,7 @@ export class Clusters extends Base { isHideable: true, dataIndex: 'health_status', render: (value) => healthStatus[value] || value || '-', + isStatus: false, }, { title: t('Keypair'),