jobset page: render error labels per eval

[?]
Jan 21, 2021, 5:59 PM
CMBTR3KDWTFILHFG6CP3NSMQDWBJW7L4IJ24L6YT2T4GWRMVWRAQC

Dependencies

  • [2] W74RIXTJ Show inputs and input changes on the jobset eval page
  • [*] IK53RV4V
  • [*] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [*] U4TD3AIQ Add support for viewing jobset evaluations

Change contents

  • edit in src/root/common.tt at line 479
    [5.10521]
    [5.10521]
    [% IF eval.errormsg %]
    <span class="label label-warning">Eval Errors</span>
    [% END %]
  • edit in src/root/jobset-eval.tt at line 91
    [2.1681]
    [2.1681]
    [% 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
    [2.4706]
    [2.4706]
    [% 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 %]