fix: worker table name field

This commit is contained in:
jialin
2024-08-05 13:35:24 +08:00
parent 4486f05972
commit a5ca79739b
+2 -2
View File
@@ -209,8 +209,8 @@ const Resources: React.FC = () => {
> >
<Column <Column
title={intl.formatMessage({ id: 'common.table.name' })} title={intl.formatMessage({ id: 'common.table.name' })}
dataIndex="hostname" dataIndex="name"
key="hostname" key="name"
/> />
<Column <Column
title={intl.formatMessage({ id: 'common.table.status' })} title={intl.formatMessage({ id: 'common.table.status' })}