chore: diff envs in editing deployment
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user