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
title={intl.formatMessage({ id: 'common.table.name' })}
dataIndex="hostname"
key="hostname"
dataIndex="name"
key="name"
/>
<Column
title={intl.formatMessage({ id: 'common.table.status' })}