Project

General

Profile

Revision 9fb80abe

Added by Ondřej Pražák over 7 years ago

making promoting decisions more robust

View differences:

lib/foreman_pipeline/plugin.rb
1 1
Foreman::Plugin.register :foreman_pipeline do
2
  
2
  requires_foreman '>= 1.9'
3

  
3 4
  sub_menu :top_menu, :foreman_pipeline_menu, :caption => N_('Pipeline') do
4 5
    menu :top_menu,
5
         :jobs,       
6
         :jobs,
6 7
         :caption => N_("Jobs"),
7 8
         :url => '/jobs',
8 9
         :url_hash => {:controller => 'foreman_pipeline/api/jobs', :action => 'index'},

Also available in: Unified diff