Evaluation page: render evaluation errors

This commit is contained in:
Graham Christensen 2021-01-21 12:13:09 -05:00
parent 086eed5147
commit 805dd6e7ee
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -103,6 +103,13 @@ c.uri_for(c.controller('JobsetEval').action_for('view'),
<div class="tab-content">
[% 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 %]
<div id="tabs-aborted" class="tab-pane">
[% INCLUDE renderSome builds=aborted tabname="#tabs-aborted" %]
</div>