Skip to content

Commit

Permalink
Adds Topology in the menu for Physical Infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
AparnaKarve committed Mar 30, 2017
1 parent b38a656 commit 7db17bd
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 7db17bd

Please sign in to comment.