diff --git a/src/root/common.tt b/src/root/common.tt index 80bb1c3d..db45daf4 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -106,7 +106,7 @@ BLOCK renderBuildListBody; [% END %] [% build.id %] [% IF !hideJobName %] - [%build.get_column("project")%]:[%build.get_column("jobset")%]:[%build.get_column("job")%] + [% IF !hideJobsetName %][%build.get_column("project")%]:[%build.get_column("jobset")%]:[% END %][%build.get_column("job")%] [% END %] [% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %] [% !showSchedulingInfo and build.get_column('releasename') ? build.get_column('releasename') : build.nixname %]