Sha256: 3445721f94aa9fadc2fdf22c0d35df719274244464dbbe54f54ddf3467e587f6
Contents?: true
Size: 468 Bytes
Versions: 3
Compression:
Stored size: 468 Bytes
Contents
<header class="blue-grey lighten-4 grey-text text-darken-4"> <a href="<%= root_url %>"> ‹ Back to Home </a> <h4>Last log of <i><%= @job.job_id %></i>:</h4> </header> <% if @job.healthy == false %> <div class="row red-text"> <div class="s12 center-align"> ⚠ An error occurs during the last execution of this job. Check the log below for details. </div> </div> <% end %> <pre class="responsive-overflow"><%= @job.log %></pre>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
crono-2.1.0 | app/views/crono/jobs/show.html.erb |
crono-2.0.1 | app/views/crono/jobs/show.html.erb |
crono-2.0.0 | app/views/crono/jobs/show.html.erb |