show all related jobset/job links in navbar for the tail/-reload logs
This commit is contained in:
parent
3eaa615281
commit
fd9b32bef7
|
@ -1,6 +1,10 @@
|
|||
[% WRAPPER layout.tt title=title %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
[% project = build.project %]
|
||||
[% jobset = build.jobset %]
|
||||
[% job = build.job %]
|
||||
|
||||
<h2>Last 50 lines of log</h2>
|
||||
|
||||
[% IF reload %]
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
[% WRAPPER layout.tt title=title %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
[% project = build.project %]
|
||||
[% jobset = build.jobset %]
|
||||
[% job = build.job %]
|
||||
|
||||
<h1>[% title %]</h1>
|
||||
|
||||
<div class="buildlog">
|
||||
|
|
Loading…
Reference in a new issue