From beb94d5fb30c084ff02618edee7889f80d5a332b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 25 Sep 2014 20:24:55 +0200 Subject: [PATCH] Machine status page: Add link to build step --- src/root/machine-status.tt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/root/machine-status.tt b/src/root/machine-status.tt index 3084bb9f..9ba9dea3 100644 --- a/src/root/machine-status.tt +++ b/src/root/machine-status.tt @@ -2,11 +2,21 @@ [% PROCESS common.tt %] + + + + + + + + + + [% FOREACH m IN machines %] [% name = m.key ? m.key.match('@(.*)').0 : "localhost" %] - +
JobSystemBuildStepWhatSince
+ [% name %] [% IF m.value.systemTypes %] ([% comma=0; FOREACH system IN m.value.systemTypes %][% IF comma; %], [% ELSE; comma = 1; END %][% system %][% END %]) @@ -24,6 +34,7 @@ [% INCLUDE renderFullJobNameOfBuild build=step.build %] [% step.system %] [% step.build.id %][% step.stepnr %] [% step.drvpath.match('-(.*)').0 %] [% INCLUDE renderDuration duration = curTime - step.starttime %]