mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-22 08:48:38 +02:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
%a{ href: url('/') }
|
|
%i.mdi-navigation-chevron-left
|
|
Back to Home
|
|
|
|
%h4 "#{@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
|