From 47214a01b4e20c4e642ed4a78b65ee86c1f167df Mon Sep 17 00:00:00 2001 From: imlonghao Date: Sun, 23 Jan 2022 16:17:38 +0800 Subject: [PATCH] feat(html): show links to the log --- html/logs.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html/logs.html b/html/logs.html index 8525b8f..e89d4d3 100644 --- a/html/logs.html +++ b/html/logs.html @@ -93,6 +93,14 @@ }, { targets: 9, + title: "日志", + data: "ts", + render: function (data, type, row, meta) { + return `日志` + } + }, + { + targets: 10, title: "更多", data: "pkgbase", render: function (data, type, row, meta) {