From e9aa707202d61437b4d05f74ddf37dd922adbe60 Mon Sep 17 00:00:00 2001 From: Aparna Karve Date: Thu, 30 Mar 2017 16:59:50 -0700 Subject: [PATCH] Adds Topology in the menu for Physical Infrastructure --- app/presenters/menu/default_menu.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/presenters/menu/default_menu.rb b/app/presenters/menu/default_menu.rb index 9bfc3dc3380..f63d57094f0 100644 --- a/app/presenters/menu/default_menu.rb +++ b/app/presenters/menu/default_menu.rb @@ -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