fix(logs): add ?id= deep-link to logs viewer, fix queue entry link target
This commit is contained in:
parent
5f05caee31
commit
b5503cde2c
2 changed files with 16 additions and 2 deletions
|
|
@ -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 →'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue