去掉站点详情页应用列表页版本链接

This commit is contained in:
jingrow 2025-04-22 11:26:54 +08:00
parent 3a5b10157f
commit 9e6f332f0b

View File

@ -102,13 +102,10 @@ function getAppsTabColumns(forSite: boolean) {
}
},
{
label: '分支',
label: '版本',
fieldname: 'branch',
type: 'Badge',
width: 1,
link: (value, row) => {
return `${row.repository_url}/tree/${value}`;
}
}
];