chore: diff envs in editing deployment

This commit is contained in:
jialin
2026-02-12 19:38:47 +08:00
parent d1c1c5acf9
commit 16c0e00b4f
6 changed files with 196 additions and 34 deletions
@@ -383,15 +383,6 @@ const useColumnSettings = (options: {
</AutoTooltip>
)
},
{
title: renderTitle(intl.formatMessage({ id: 'benchmark.table.dataset' })),
dataIndex: 'dataset_name',
render: (text: string) => (
<AutoTooltip ghost minWidth={20}>
{text}
</AutoTooltip>
)
},
{
title: (
<Typography.Text ellipsis={{ tooltip: true }}>
@@ -406,6 +397,15 @@ const useColumnSettings = (options: {
</AutoTooltip>
)
},
{
title: renderTitle(intl.formatMessage({ id: 'benchmark.table.dataset' })),
dataIndex: 'dataset_name',
render: (text: string) => (
<AutoTooltip ghost minWidth={20}>
{text}
</AutoTooltip>
)
},
{
title: renderTitle(intl.formatMessage({ id: 'benchmark.table.gpu' })),
dataIndex: 'gpu_summary',