From c8537608431b3dd092f5d5dd8eda7ba8a70a646f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Thu, 7 Jun 2018 22:58:34 +0200 Subject: [PATCH] Replace q.png with vendor-redhat.svg in the automate simulation tree --- app/presenters/tree_builder_automate_simulation_results.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/presenters/tree_builder_automate_simulation_results.rb b/app/presenters/tree_builder_automate_simulation_results.rb index 3f53c3621e30..bf56d50dbcf0 100644 --- a/app/presenters/tree_builder_automate_simulation_results.rb +++ b/app/presenters/tree_builder_automate_simulation_results.rb @@ -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" {