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 %]