去掉站点详情页应用列表页版本链接
This commit is contained in:
parent
3a5b10157f
commit
9e6f332f0b
@ -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}`;
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user