foreman_puppet 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b1f794eadfcdfbc3e2b516b5e54ded28e14b5dbf5472864317e7eabf4a75976
4
- data.tar.gz: 65e754ff457d4e3ddc39147385429077230e633d7d33ca6262d2dff24c1803f6
3
+ metadata.gz: 4f100007c8385b76f68835195d0ed1390e4096ba73ca576d5c971452769b1402
4
+ data.tar.gz: 3e2e6e9c84153e7be459a237b430eebd4d03f87ac33ee858bc84923a50ddaa2d
5
5
  SHA512:
6
- metadata.gz: 829a43c406bbdf51b3c2b3508189f283f0dddcb44c4dd9fa578afdffc9369f8f3e06836b700001efb267c1020e917c2b3f84e88bdc4f1edc8feb509f0a896154
7
- data.tar.gz: c36b9a9f727417795cb169e371ad2ba7df5274ad58333eebfd38327c54f7dba20fe2e75730f68b29d749b48f6f5b4a8fff2c37e75f952d079463feceb3b19fb0
6
+ metadata.gz: 509c941bb930c98c91451bb23f298734e7999038e912a1d3bee7664bdf9bb4367509c0097b427330e420209cdffe2a49c3375050c6a76271f6fa131c2cbe4b53
7
+ data.tar.gz: 93c89dee2564fda4e143161b17c1c43d4afd43b1ee9eb78f24585bed6bfafe4dd401cd0ad91e71eda7899466cd6d89a8d4de0cedb356bd60ebea436a28683772
@@ -11,7 +11,7 @@ module ForemanPuppet
11
11
  def environments_title_actions
12
12
  title_actions import_proxy_select(hash_for_import_environments_environments_path.merge(engine: foreman_puppet)),
13
13
  button_group(new_link(_('Create Puppet Environment'), { engine: foreman_puppet }, id: 'new_environment')),
14
- button_group(help_button)
14
+ button_group(link_to(_('Help'), { action: 'welcome' }, { class: 'btn btn-default' }))
15
15
  end
16
16
  end
17
17
  end
@@ -2,7 +2,9 @@
2
2
  <% content_for(:search_bar) { } %>
3
3
  <% title _('Config Groups') %>
4
4
 
5
- <% title_actions new_link(_('Create Config Group'), { engine: foreman_puppet }, id: 'new_config_group'), help_button %>
5
+ <% title_actions(
6
+ new_link(_('Create Config Group'), { engine: foreman_puppet }, id: 'new_config_group'),
7
+ link_to(_('Help'), { action: 'welcome' }, { class: 'btn btn-default' })) %>
6
8
 
7
9
  <table class="<%= table_css_classes 'table-fixed' %>">
8
10
  <thead>
@@ -1,3 +1,3 @@
1
1
  module ForemanPuppet
2
- VERSION = '2.0.4'.freeze
2
+ VERSION = '2.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-02-28 00:00:00.000000000 Z
12
+ date: 2022-03-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allow assigning Puppet environments and classes to the Foreman Hosts.
15
15
  email: