fix: ui issues

This commit is contained in:
jialin
2024-07-03 15:27:35 +08:00
parent 316019586f
commit 81e9a3cc92
46 changed files with 1075 additions and 305 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ const Models: React.FC = () => {
}}
>
<Column
title={intl.formatMessage({ id: 'resources.table.hostname' })}
title={intl.formatMessage({ id: 'common.table.name' })}
dataIndex="hostname"
key="hostname"
/>
@@ -211,7 +211,7 @@ const Models: React.FC = () => {
key="GPU"
render={(text, record: ListItem) => {
return (
<span className="flex-column">
<span className="flex-column flex-gap-2">
{record?.status?.gpu_devices.map((item, index) => {
return (
<span className="flex-center" key={index}>