mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
feat(html): show links to the log
This commit is contained in:
parent
ce79ff8a76
commit
47214a01b4
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@
|
|||
},
|
||||
{
|
||||
targets: 9,
|
||||
title: "日志",
|
||||
data: "ts",
|
||||
render: function (data, type, row, meta) {
|
||||
return `<a href=https://build.archlinuxcn.org/imlonghao-api/pkg/${row.pkgbase}/log/${data} target=_blank rel=noopener>日志</a>`
|
||||
}
|
||||
},
|
||||
{
|
||||
targets: 10,
|
||||
title: "更多",
|
||||
data: "pkgbase",
|
||||
render: function (data, type, row, meta) {
|
||||
|
|
Loading…
Add table
Reference in a new issue