fix: model instances limit

This commit is contained in:
jialin
2024-10-18 12:09:09 +08:00
parent 594c4cd670
commit b9c9fe7a97
4 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -155,14 +155,14 @@ const GPUList: React.FC = () => {
return <span>{text ? _.round(text, 1) : '-'}</span>;
}}
/>
<Column
{/* <Column
title={intl.formatMessage({ id: 'resources.table.core' })}
dataIndex="core"
key="Core"
render={(text, record: GPUDeviceItem) => {
return <span>{record.core?.total}</span>;
}}
/>
/> */}
<Column
title={intl.formatMessage({ id: 'resources.table.gpuutilization' })}
dataIndex="gpuUtil"