Add evaluation error status to evaluation time on project jobset tab.
[?]
Jun 29, 2018, 11:53 PM
GUW56QXGQH2LOWEV2U4GMFO3M5BNCYJ4XOXCMTOVJHCUZZHNB2UQCDependencies
- [2]
ZB3JV52WAdd a "My jobsets" tab to the dashboard - [3]
SU2LVNTOAdd job status headers (web useability for red/green colorblindness). - [4]
LRU7K5MWUpdate build images to be more friendly to users with color blindness. - [*]
IK53RV4V
Change contents
- replacement in src/root/common.tt at line 586
<td>[% IF j.lastcheckedtime; INCLUDE renderDateTime timestamp = j.lastcheckedtime; ELSE; "-"; END %]</td><td>[% IF j.lastcheckedtime;INCLUDE renderDateTime timestamp = j.lastcheckedtime;IF j.errormsg || j.fetcherrormsg; %] <span class = 'label label-warning'>Error</span>[% END;ELSE; "-";END %]</td>