Skip to content

Commit

Permalink
Merge pull request #862 from AparnaKarve/add_phy_infra_topology_to_de…
Browse files Browse the repository at this point in the history
…fault_menu

Adds Topology in the menu for Physical Infrastructure
(cherry picked from commit 798ca9a)
  • Loading branch information
martinpovolny authored and simaishi committed Apr 5, 2017
1 parent 0df3867 commit 9ab9f21
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 9ab9f21

Please sign in to comment.