Skip to content

Commit

Permalink
Replace q.png with vendor-redhat.svg in the automate simulation tree
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jun 7, 2018
1 parent f720f6a commit c853760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/tree_builder_automate_simulation_results.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def lookup_attrs(el)
{
:text => t = "#{el.attributes["namespace"]} / #{el.attributes["class"]} / #{el.attributes["instance"]}",
:tooltip => t,
:image => '100/q.png'
:image => 'svg/vendor-redhat.svg'
}
elsif el.name == "MiqAeAttribute"
{
Expand Down

0 comments on commit c853760

Please sign in to comment.