mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-11 23:32:51 +02:00
Facelift
This commit is contained in:
+11
-10
@@ -1,12 +1,13 @@
|
||||
%a{ href: url('/') }
|
||||
%i.mdi-navigation-chevron-left
|
||||
Back to Home
|
||||
%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:
|
||||
|
||||
%h4 "#{@job.job_id}" Log:
|
||||
%main.container.blue-grey.lighten-4.grey-text.text-darken-4
|
||||
- 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.
|
||||
|
||||
- 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
|
||||
%pre= @job.log
|
||||
|
||||
Reference in New Issue
Block a user