fix: hide distributed_inference for custom backend

This commit is contained in:
jialin
2026-04-29 20:51:48 +08:00
committed by jialin
parent bb93ad37a1
commit 9914db6b96
2 changed files with 4 additions and 2 deletions
@@ -70,7 +70,7 @@ const useModelsColumns = ({
sorter: tableSorter(1),
render: (text: string, record: ListItem) => (
<span className="flex items-center">
<AutoTooltip ghost style={{ maxWidth: 400 }}>
<AutoTooltip ghost style={{ maxWidth: 400 }} title={text}>
<span className="text-primary">{text}</span>
</AutoTooltip>
{record.is_custom && (