Skip to content

Commit

Permalink
Merge pull request #4705 from douglasgabriel/fix_menu_link_chassis
Browse files Browse the repository at this point in the history
Add Physical Chassis link to default menu

(cherry picked from commit 5c7ab00)

https://bugzilla.redhat.com/show_bug.cgi?id=1633186
  • Loading branch information
mzazrivec authored and simaishi committed Oct 2, 2018
1 parent 36be961 commit fe12dc4
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 @@ -89,6 +89,7 @@ def physical_infrastructure_menu_section
Menu::Section.new(:phy, N_("Physical Infrastructure"), 'fa fa-plus fa-2x', [
Menu::Item.new('physical_infra_overview', N_('Overview'), 'physical_infra_overview', {:feature => 'physical_infra_overview'}, '/physical_infra_overview'),
Menu::Item.new('ems_physical_infra', N_('Providers'), 'ems_physical_infra', {:feature => 'ems_physical_infra_show_list'}, '/ems_physical_infra'),
Menu::Item.new('physical_chassis', N_('Chassis'), 'physical_chassis', {:feature => 'physical_chassis_show_list'}, '/physical_chassis'),
Menu::Item.new('physical_rack', N_('Racks'), 'physical_rack', {:feature => 'physical_rack_show_list'}, '/physical_rack'),
Menu::Item.new('physical_server', N_('Servers'), 'physical_server', {:feature => 'physical_server_show_list'}, '/physical_server'),
Menu::Item.new('physical_storage', N_('Storages'), 'physical_storage', {:feature => 'physical_storage_show_list'}, '/physical_storage'),
Expand Down

0 comments on commit fe12dc4

Please sign in to comment.