jobset page: render error labels per eval
[?]
Jan 21, 2021, 5:59 PM
CMBTR3KDWTFILHFG6CP3NSMQDWBJW7L4IJ24L6YT2T4GWRMVWRAQCDependencies
- [2]
W74RIXTJShow inputs and input changes on the jobset eval page - [*]
IK53RV4V - [*]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- edit in src/root/common.tt at line 479
[% IF eval.errormsg %]<span class="label label-warning">Eval Errors</span>[% END %] - edit in src/root/jobset-eval.tt at line 91
[% IF eval.errormsg %]<li><a href="#tabs-errors" data-toggle="tab"><span class="text-warning">Evaluation errors</span></a></li>[% END %] - edit in src/root/jobset-eval.tt at line 175
[% IF eval.errormsg %]<div id="tabs-errors" class="tab-pane"><p>Errors occurred at [% INCLUDE renderDateTime timestamp=(eval.errortime || eval.timestamp) %].</p><pre class="alert alert-error">[% HTML.escape(eval.errormsg) %]</pre></div>[% END %]