mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-24 09:48:39 +02:00
Mark job as error when it's not healthy
This commit is contained in:
@@ -5,4 +5,9 @@
|
||||
|
||||
%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
|
||||
|
||||
Reference in New Issue
Block a user