diff --git a/app/presenters/menu/default_menu.rb b/app/presenters/menu/default_menu.rb index 1daab9bbb68..70e220aacb4 100644 --- a/app/presenters/menu/default_menu.rb +++ b/app/presenters/menu/default_menu.rb @@ -6,9 +6,9 @@ def compute_menu_section Menu::Section.new(:compute, N_("Compute"), 'pficon pficon-cpu', [ clouds_menu_section, infrastructure_menu_section, - physical_infrastructure_menu_section, + ::Settings.product.physical_infrastructure ? physical_infrastructure_menu_section : nil, container_menu_section - ]) + ].compact) end def configuration_menu_section