forked from lix-project/hydra
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 %]
|
[% WRAPPER layout.tt title=title %]
|
||||||
[% PROCESS common.tt %]
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
|
[% project = build.project %]
|
||||||
|
[% jobset = build.jobset %]
|
||||||
|
[% job = build.job %]
|
||||||
|
|
||||||
<h2>Last 50 lines of log</h2>
|
<h2>Last 50 lines of log</h2>
|
||||||
|
|
||||||
[% IF reload %]
|
[% IF reload %]
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
[% WRAPPER layout.tt title=title %]
|
[% WRAPPER layout.tt title=title %]
|
||||||
[% PROCESS common.tt %]
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
|
[% project = build.project %]
|
||||||
|
[% jobset = build.jobset %]
|
||||||
|
[% job = build.job %]
|
||||||
|
|
||||||
<h1>[% title %]</h1>
|
<h1>[% title %]</h1>
|
||||||
|
|
||||||
<div class="buildlog">
|
<div class="buildlog">
|
||||||
|
|
Loading…
Reference in a new issue