mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-25 02:41:33 +01:00
16 lines
448 B
Plaintext
16 lines
448 B
Plaintext
%header.container.blue-grey.lighten-4.grey-text.text-darken-4
|
|
%a{ href: url('/') }
|
|
%i.mdi-navigation-chevron-left
|
|
Back to Home
|
|
%h4 "#{@job.job_id}" Log:
|
|
|
|
%main.container.blue-grey.lighten-4.grey-text.text-darken-4
|
|
- if @job.healthy == false
|
|
.row.red-text
|
|
.s12.center-align
|
|
%i.mdi-alert-warning
|
|
An error occurs during the last execution of this job.
|
|
Check the log below for details.
|
|
|
|
%pre= @job.log
|