feat(html): show links to the log

This commit is contained in:
imlonghao 2022-01-23 16:17:38 +08:00
parent ce79ff8a76
commit 47214a01b4

View file

@ -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) {