mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-30 04:34:36 +02:00
Mark job as error when it's not healthy
This commit is contained in:
@@ -7,10 +7,15 @@
|
||||
%th Job
|
||||
%th Last performed at
|
||||
%th
|
||||
%th
|
||||
- for job in @jobs
|
||||
%tr
|
||||
%td= job.job_id
|
||||
%td= job.last_performed_at || "—"
|
||||
%td
|
||||
- if job.healthy == false
|
||||
%a{href: url("/job/#{job.id}")}
|
||||
%span.label.label-danger Error
|
||||
%td
|
||||
%a{href: url("/job/#{job.id}")}
|
||||
Log
|
||||
|
||||
Reference in New Issue
Block a user