foreman_hosts 0.0.10dev → 0.0.11dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,10 +27,26 @@ module ForemanHosts
27
27
  role 'ForemanHosts', [:view_foreman_hosts]
28
28
 
29
29
  # add menu entry
30
+
31
+ menu :sub_menu, :export1_menu
32
+ menu :top_menu, :foreman_hosts,
33
+ :url_hash => { :controller => 'foreman_hosts/hosts', :action => :report_index },
34
+ :caption => N_('ForemanHosts1'),
35
+ :parent => :export1_menu
36
+
37
+
38
+ menu :top_menu, :export2_menu
39
+ menu :top_menu, :foreman_hosts,
40
+ :url_hash => { :controller => 'foreman_hosts/hosts', :action => :report_index },
41
+ :caption => N_('ForemanHosts2'),
42
+ :parent => :export2_menu
43
+
44
+
45
+ menu :menu, :export3_menu
30
46
  menu :top_menu, :foreman_hosts,
31
47
  :url_hash => { :controller => 'foreman_hosts/hosts', :action => :report_index },
32
- :caption => N_('HostsExport')
33
-
48
+ :caption => N_('ForemanHosts3'),
49
+ :parent => :export3_menu
34
50
  # menu :top_menu, :template,
35
51
  # url_hash: { controller: :'foreman_hosts/hosts', action: :new_action },
36
52
  # url_hash: { controller: :'foreman_hosts/hosts', action: :export },
@@ -1,3 +1,3 @@
1
1
  module ForemanHosts
2
- VERSION = '0.0.10dev'
2
+ VERSION = '0.0.11dev'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_hosts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10dev
4
+ version: 0.0.11dev
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: