Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/service/_svcs_show.html.haml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
- if @record.type == "ServiceAnsiblePlaybook"
= miq_tab_content("provisioning", 'default', :class => 'cm-tab') do
= render :partial => "layouts/textual_groups_tabs", :locals => {:textual_group_list => textual_provisioning_group_list}
- if @job && @job.try(:raw_stdout)
- if (@job && @job.try(:raw_stdout) rescue false)
%h3
= _('Standard Output')
.form-horizontal.static

0 comments on commit 7d26ae8

Please sign in to comment.