mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix: link to the build log
This commit is contained in:
parent
93982c9ce8
commit
26ae993e74
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed link to the build log
|
||||
|
||||
## [0.2.6] - 2022-02-14
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
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>`
|
||||
return `<a href=https://build.archlinuxcn.org/imlonghao-api/pkg/${row.pkgbase}/log/${Math.floor(data / 1000)} target=_blank rel=noopener>日志</a>`
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue