diff --git a/src/root/common.tt b/src/root/common.tt index efb11b64..b088e1dc 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -131,7 +131,7 @@ BLOCK renderBuildListBody; [% END %] [% build.id %] [% IF !hideJobName %] - [% IF !hideJobsetName %][%build.get_column("project")%]:[%build.get_column("jobset")%]:[% END %][%build.get_column("job")%] + [% IF !hideJobsetName %][%build.jobset.get_column("project")%]:[%build.jobset.get_column("name")%]:[% 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 %]