From f8751f0d35756d3f719a7f2886b650f934ec1810 Mon Sep 17 00:00:00 2001 From: Jeremy Lenz Date: Mon, 16 Dec 2024 13:25:25 -0500 Subject: [PATCH] rename RH Cloud > Insights > Recommendations --- lib/foreman_rh_cloud/engine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/foreman_rh_cloud/engine.rb b/lib/foreman_rh_cloud/engine.rb index 69d3a57a..2c838d51 100644 --- a/lib/foreman_rh_cloud/engine.rb +++ b/lib/foreman_rh_cloud/engine.rb @@ -106,9 +106,9 @@ def self.register_scheduled_task(task_class, cronline) Role::SYSTEM_ADMIN => plugin_permissions # Adding a sub menu after hosts menu - divider :top_menu, caption: N_('RH Cloud'), parent: :configure_menu + divider :top_menu, caption: N_('Insights'), parent: :configure_menu menu :top_menu, :inventory_upload, caption: N_('Inventory Upload'), url: '/foreman_rh_cloud/inventory_upload', url_hash: { controller: :react, action: :index }, parent: :configure_menu - menu :top_menu, :insights_hits, caption: N_('Insights'), url: '/foreman_rh_cloud/insights_cloud', url_hash: { controller: :react, action: :index }, parent: :configure_menu + menu :top_menu, :insights_hits, caption: N_('Recommendations'), url: '/foreman_rh_cloud/insights_cloud', url_hash: { controller: :react, action: :index }, parent: :configure_menu register_facet InsightsFacet, :insights do configure_host do