[?]
Nov 26, 2008, 5:43 PM
TP3PFR5KVAORTBLZI6EMZYZSQJI3BUEH3YRVTQJ5EM4M6VCSH5EAC

Dependencies

Change contents

  • file addition: queue.tt (----------)
    [2.857]
    [% WRAPPER layout.tt title="Hydra Queue" %]
    [% PROCESS common.tt %]
    <h1>Hydra Queue</h1>
    [% IF scheduled.size == 0 %]
    <p>The queue is empty.</p>
    [% ELSE %]
    <p>Note: jobs in <span class="runningJob">red</span> are currently executing.</p>
    [% PROCESS renderBuildList builds=queue showSchedulingInfo=1 hideResultInfo=1 %]
    [% END %]
    [% END %]