fix(logs): add ?id= deep-link to logs viewer, fix queue entry link target

This commit is contained in:
damocles 2026-06-04 17:37:48 +02:00 committed by mara
commit b5503cde2c
2 changed files with 16 additions and 2 deletions

View file

@ -2274,7 +2274,7 @@ window.marked = marked;
' ',
el('a', {
class: 'rqe-log-link',
href: '/api/build-logs/id/' + entry.build_log_id,
href: '/logs.html?id=' + entry.build_log_id + '#build',
target: '_blank',
title: 'view build log #' + entry.build_log_id,
}, 'logs →'),