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
This commit is contained in:
Jingwei.Zhang 2023-05-04 14:58:40 +08:00
parent 2939a504f1
commit 5c85078d8d

View File

@ -73,6 +73,7 @@ export class Clusters extends Base {
isHideable: true,
dataIndex: 'health_status',
render: (value) => healthStatus[value] || value || '-',
isStatus: false,
},
{
title: t('Keypair'),