Merge pull request #764 from knl/render-jobset.tt-correctly

Render the jobset page correctly when there are fetch errors
This commit is contained in:
Bas van Dijk
2020-05-20 17:58:07 +02:00
committed by GitHub

View File

@ -119,7 +119,7 @@
[% IF jobset.errormsg || jobset.fetcherrormsg %]
<div id="tabs-errors" class="tab-pane">
<p>Errors occurred at [% INCLUDE renderDateTime timestamp=jobset.errortime %].</p>
<p>Errors occurred at [% INCLUDE renderDateTime timestamp=(jobset.errortime || jobset.lastcheckedtime) %].</p>
<pre class="alert alert-error">[% HTML.escape(jobset.fetcherrormsg || jobset.errormsg) %]</pre>
</div>
[% END %]