chore: update worker, cluster status value

This commit is contained in:
jialin
2025-09-23 11:15:43 +08:00
parent a3002ce450
commit 3a9bf17d7e
5 changed files with 10 additions and 47 deletions
@@ -135,7 +135,7 @@ const usePoolsColumns = (
},
render: (text: string, record: ListItem) => (
<span>
{record.workers} / {record.replicas}
{record.ready_workers} / {record.replicas}
</span>
)
},
@@ -158,7 +158,7 @@ const usePoolsColumns = (
// },
{
title: intl.formatMessage({ id: 'common.table.createTime' }),
dataIndex: 'create_at',
dataIndex: 'created_at',
key: 'created_at',
span: 4,
showSorterTootip: false,