Add evaluation error status to evaluation time on project jobset tab.

[?]
Jun 29, 2018, 11:53 PM
GUW56QXGQH2LOWEV2U4GMFO3M5BNCYJ4XOXCMTOVJHCUZZHNB2UQC

Dependencies

  • [2] ZB3JV52W Add a "My jobsets" tab to the dashboard
  • [3] SU2LVNTO Add job status headers (web useability for red/green colorblindness).
  • [4] LRU7K5MW Update build images to be more friendly to users with color blindness.
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 586
    [2.2184][2.2184:2298]()
    <td>[% IF j.lastcheckedtime; INCLUDE renderDateTime timestamp = j.lastcheckedtime; ELSE; "-"; END %]</td>
    [2.2184]
    [2.2298]
    <td>[% IF j.lastcheckedtime;
    INCLUDE renderDateTime timestamp = j.lastcheckedtime;
    IF j.errormsg || j.fetcherrormsg; %]&nbsp;<span class = 'label label-warning'>Error</span>[% END;
    ELSE; "-";
    END %]</td>