From b8d134251ef7a471af44b6d0a38d75feecd4e1af Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 17 Dec 2023 22:47:44 +0100 Subject: [PATCH] added target="_blank" to log files --- status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.html b/status.html index 8ecf02f..711c727 100644 --- a/status.html +++ b/status.html @@ -251,7 +251,7 @@ const Info = document.createElement('td') Info.style.backgroundColor = rowColor - const logFile = pkg.status === 'failed' ? '' : '' + const logFile = pkg.status === 'failed' ? '' : '' const aw = 'AW' let info = '' if (pkg.build_date && pkg.peak_mem) {