Skip to content

Commit

Permalink
Merge pull request ManageIQ#862 from AparnaKarve/add_phy_infra_topolo…
Browse files Browse the repository at this point in the history
…gy_to_default_menu

Adds Topology in the menu for Physical Infrastructure
  • Loading branch information
martinpovolny authored Apr 3, 2017
2 parents be8be29 + e9aa707 commit 798ca9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/presenters/menu/default_menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def physical_infrastructure_menu_section
Menu::Section.new(:phy, N_("Physical Infrastructure"), 'fa fa-plus fa-2x', [
Menu::Item.new('ems_physical_infra', N_('Providers'), 'ems_physical_infra', {:feature => 'ems_physical_infra_show_list'}, '/ems_physical_infra'),
Menu::Item.new('physical_server', N_('Servers'), 'physical_server', {:feature => 'physical_server_show_list'}, '/physical_server'),
Menu::Item.new('physical_infra_topology', N_('Topology'), 'physical_infra_topology', {:feature => 'physical_infra_topology', :any => true}, '/physical_infra_topology')
])
end

Expand Down

0 comments on commit 798ca9a

Please sign in to comment.