fix: worker table name field
This commit is contained in:
@@ -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' })}
|
||||
|
||||
Reference in New Issue
Block a user