mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-25 02:08:43 +02:00
Fix error message
This commit is contained in:
@@ -6,8 +6,10 @@
|
|||||||
|
|
||||||
%main.container.blue-grey.lighten-4.grey-text.text-darken-4
|
%main.container.blue-grey.lighten-4.grey-text.text-darken-4
|
||||||
- if @job.healthy == false
|
- if @job.healthy == false
|
||||||
.alert.alert-danger{ role: 'alert' }
|
.row.red-text
|
||||||
An error occurs during the last execution of this job.
|
.s12.center-align
|
||||||
Check the log below for details.
|
%i.mdi-alert-warning
|
||||||
|
An error occurs during the last execution of this job.
|
||||||
|
Check the log below for details.
|
||||||
|
|
||||||
%pre= @job.log
|
%pre= @job.log
|
||||||
|
|||||||
Reference in New Issue
Block a user