Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a change back that was lost during merge conflict
Browse files Browse the repository at this point in the history
h-kataria committed Feb 24, 2021
1 parent 79c5136 commit bbc4c19
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
@@ -257,6 +257,7 @@ def automation_manager_menu_section
Menu::Section.new(:at, N_("Ansible Tower"), nil, [
Menu::Item.new('automation_manager_provider', N_('Explorer'), 'automation_manager', {:feature => 'automation_manager', :any => true}, '/automation_manager/explorer'),
Menu::Item.new('automation_manager_configured_system', N_('Configured Systems'), 'automation_manager_configured_system', {:feature => 'automation_manager_configured_system_show_list'}, '/automation_manager_configured_system/show_list'),
Menu::Item.new('configuration_script', N_('Templates'), 'configuration_script', {:feature => 'configuration_script_show_list'}, '/configuration_script/show_list'),
Menu::Item.new('configuration_job', N_('Jobs'), 'configuration_job', {:feature => 'configuration_job_show_list'}, '/configuration_job/show_list')
])
end

0 comments on commit bbc4c19

Please sign in to comment.