foreman_puppet 3.0.3 → 3.0.4

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: 58ee61350aa65a2356723d032bbc56f894d2d00453f58fe01a6c5e9e05909c86
4
- data.tar.gz: 1df9c5d674dea6b7bb5316c843925998fa748c77d3cb07864ebb399c46672421
3
+ metadata.gz: 80c2355783d6696a0c201214e7447b649e387f82e1585a349b1eeb3e13b7717b
4
+ data.tar.gz: 6dcd3c36bc6ffbcf8249f0916c1e96c8d9ce0fed6d6fe4bd933bea22487fef60
5
5
  SHA512:
6
- metadata.gz: c2be066de5444cd669b80687eaa7f8d1cf9a0735a01a739ff2daa464144b5015e0501d602afe881a3cb04915d1ea5202531b065a630b45b72df1e19dea2fc66a
7
- data.tar.gz: f43cf893d84772b5b38ba13eff4a2e5c1b7a0374bfecf5fa69fba18b8197744bfe1f7b51a7f4983949f56c799bdf97b6b04f59d6a44e7d9210fbe64f4642071a
6
+ metadata.gz: d8b9474051ad593d3492e3f987cb07d379901b9df21f8e2034ff0965a275cb86375f5dff6d7b427428387a7f83596e59cfc9a847cb3a7b3af3acff8bc67540c6
7
+ data.tar.gz: 96957f843bcd42ce54dee222fcfc00b4abfa0fda1ea12ec73e7bf44bbcbe0b9dbfb820585743e05335b226d71fed431a4522251582629cf5bc538ef493a29277
@@ -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 = '3.0.3'.freeze
2
+ VERSION = '3.0.4'.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: 3.0.3
4
+ version: 3.0.4
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-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allow assigning Puppet environments and classes to the Foreman Hosts.
15
15
  email: