This commit is contained in:
Dzmitry Plashchynski
2015-04-12 03:55:39 +03:00
parent f245f33533
commit dbb4f374d7
3 changed files with 52 additions and 49 deletions
+11 -10
View File
@@ -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