Skip to content

Commit

Permalink
Make Physical Infrastructure a prototype feature
Browse files Browse the repository at this point in the history
  • Loading branch information
blomquisg committed Apr 17, 2017
1 parent a965a4f commit c3a5ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/presenters/menu/default_menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a5ba0

Please sign in to comment.