[% WRAPPER layout.tt title="Admin" %] [% PROCESS common.tt %] [% FOREACH m IN machines %] [% idle = 1 %] [% FOREACH step IN steps %] [% IF step.machine.match('@(.*)').0 == m.hostname %] [% idle = 0 %] [% END %] [% END %] [% IF idle == 1 %] [% END %] [% END %]
[% IF m.enabled == 1 %] Running [% ELSE %] Stopped [% END %] [% m.hostname %] [% FOREACH ms IN m.buildmachinesystemtypes %] [% ms.system %][% END %]
[% INCLUDE renderFullJobName project = step.build.project.name jobset = step.build.jobset.name job = step.build.job.name %] [% step.system %] [% step.build.id %] [% step.outpath.match('-(.*)').0 %] [% INCLUDE renderDuration duration = curTime - step.starttime %]
Idle since [% INCLUDE renderDuration duration = curTime - m.get_column('idle') %]
[% END %]