From c9a0e128048b769a696c84809d622027e3228357 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Aug 2013 03:35:18 +0200 Subject: [PATCH] Hide project/jobset in constituent list --- src/root/build.tt | 2 +- src/root/common.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index a28463a7..11dd1b92 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -267,7 +267,7 @@

This build is an aggregate of the following builds:

- [% INCLUDE renderBuildList builds=constituents %] + [% INCLUDE renderBuildList builds=constituents hideProjectName=1 hideJobsetName=1 %] diff --git a/src/root/common.tt b/src/root/common.tt index 664853a6..35e4b032 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -64,7 +64,7 @@ BLOCK renderBuildListHeader %] [% IF !hideJobName %] Job [% END %] - Release Name + Release name System [% IF showSchedulingInfo %]Queued at[% ELSE %]Finished at[% END %] [% IF showStatusChange %]