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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f100007c8385b76f68835195d0ed1390e4096ba73ca576d5c971452769b1402
|
4
|
+
data.tar.gz: 3e2e6e9c84153e7be459a237b430eebd4d03f87ac33ee858bc84923a50ddaa2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
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
|
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>
|
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
|
+
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-
|
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:
|