Skip to content

Commit

Permalink
Add generic_objects in Textual Summary for ServiceAnsiblePlaybook
Browse files Browse the repository at this point in the history
  • Loading branch information
AparnaKarve committed Dec 7, 2017
1 parent 4337414 commit 4a99ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/service_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def sanitize_output(stdout)

def textual_group_list
if @record.type == "ServiceAnsiblePlaybook"
[%i(properties), %i(lifecycle tags)]
[%i(properties), %i(lifecycle tags generic_objects)]
else
[%i(properties lifecycle relationships generic_objects miq_custom_attributes), %i(vm_totals tags)]
end
Expand Down

0 comments on commit 4a99ed8

Please sign in to comment.