[% WRAPPER layout.tt title="Build machines" %] [% PROCESS common.tt %] [% FOREACH s IN systems %][% END %] [% FOREACH m IN machines %] [% FOREACH s IN systems %] [% END %] [% END %]
Enabled Machine Max concurrent Speed factor[% s.system %]
[% m.hostname %] [% m.maxconcurrent %] [% m.speedfactor %] [% checked = false %] [% FOREACH ms IN m.buildmachinesystemtypes %] [% checked = ms.system == s.system %] [% BREAK IF checked %] [% END %]

Add a new machine

[% END %]