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:
parent
2939a504f1
commit
5c85078d8d
@ -73,6 +73,7 @@ export class Clusters extends Base {
|
||||
isHideable: true,
|
||||
dataIndex: 'health_status',
|
||||
render: (value) => healthStatus[value] || value || '-',
|
||||
isStatus: false,
|
||||
},
|
||||
{
|
||||
title: t('Keypair'),
|
||||
|
Loading…
Reference in New Issue
Block a user