mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-17 23:14:14 +01:00
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
%ol.breadcrumb
|
|
%li
|
|
%a{ href: url('/') } Home
|
|
%li.active= @job.job_id
|
|
|
|
%h2
|
|
"#{@job.job_id}" Log:
|
|
|
|
- if @job.healthy == false
|
|
.alert.alert-danger{ role: 'alert' }
|
|
An error occurs during the last execution of this job.
|
|
Check the log below for details.
|
|
|
|
%pre= @job.log
|