Renamed running to started in queue.

[?]
Apr 13, 2012, 10:55 AM
MAXVLN2KUSXLG4TEDTUSJJHOJV7T57ECTTJW5MN4UM7DWOM4WVCAC

Dependencies

  • [2] LVRSAUUL Added running icon in queue in stead of background color.
  • [3] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [4] E5DMQRPO Remove unnecessary whitespace in the HTML output
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 110
    [2.117][2.117:261]()
    <td>[%- IF build.busy %]<span class="label label-success">Running</span>[% ELSE %]<span class="label">Queued</span>[% END %]</td>
    [2.117]
    [2.261]
    <td>[%- IF build.busy %]<span class="label label-success">Started</span>[% ELSE %]<span class="label">Queued</span>[% END %]</td>