chore: update worker locale
This commit is contained in:
@@ -67,7 +67,7 @@ const useClusterColumns = (
|
||||
render: (value: number) => <span>{value}</span>
|
||||
},
|
||||
{
|
||||
title: 'Workers',
|
||||
title: intl.formatMessage({ id: 'resources.nodes' }),
|
||||
dataIndex: 'workers',
|
||||
span: 3,
|
||||
render: (value: number, record: ClusterListItem) => (
|
||||
|
||||
@@ -122,7 +122,7 @@ const usePoolsColumns = (
|
||||
)
|
||||
},
|
||||
{
|
||||
title: 'Workers',
|
||||
title: intl.formatMessage({ id: 'resources.nodes' }),
|
||||
dataIndex: 'replicas',
|
||||
span: 6,
|
||||
key: 'replicas',
|
||||
|
||||
Reference in New Issue
Block a user