foreman-katello-engine 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/images/foreman_katello_engine/link.png +0 -0
- data/app/overrides/add_katello_link.rb +4 -0
- data/app/views/foreman_katello_engine/layout/_katello_link.html.erb +3 -0
- data/foreman-katello-engine.gemspec +1 -1
- data/lib/foreman-katello-engine.rb +7 -0
- metadata +4 -2
- data/lib/foreman_katello_engine/settings.rb +0 -0
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman-katello-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- LICENSE
|
56
56
|
- README.md
|
57
57
|
- Rakefile
|
58
|
+
- app/assets/images/foreman_katello_engine/link.png
|
58
59
|
- app/controllers/foreman_katello_engine/activation_keys_controller.rb
|
59
60
|
- app/controllers/foreman_katello_engine/api/environments_controller.rb
|
60
61
|
- app/helpers/foreman_katello_engine/hosts_and_hostgroups_helper.rb
|
@@ -62,9 +63,11 @@ files:
|
|
62
63
|
- app/models/foreman_katello_engine/environment.rb
|
63
64
|
- app/models/setting/katello.rb
|
64
65
|
- app/overrides/add_activation_keys_input.rb
|
66
|
+
- app/overrides/add_katello_link.rb
|
65
67
|
- app/views/foreman_katello_engine/activation_keys/_host_environment_select.html.erb
|
66
68
|
- app/views/foreman_katello_engine/activation_keys/_host_tab.html.erb
|
67
69
|
- app/views/foreman_katello_engine/activation_keys/_host_tab_pane.html.erb
|
70
|
+
- app/views/foreman_katello_engine/layout/_katello_link.html.erb
|
68
71
|
- app/views/unattended/kickstart-katello.erb
|
69
72
|
- app/views/unattended/snippets/_katello_registration.erb
|
70
73
|
- config/routes.rb
|
@@ -77,7 +80,6 @@ files:
|
|
77
80
|
- lib/foreman_katello_engine/bindings.rb
|
78
81
|
- lib/foreman_katello_engine/engine.rb
|
79
82
|
- lib/foreman_katello_engine/renderer.rb
|
80
|
-
- lib/foreman_katello_engine/settings.rb
|
81
83
|
- script/rails
|
82
84
|
- test/functional/activation_keys_controller_test.rb
|
83
85
|
- test/functional/api/environments_controller_test.rb
|
File without changes
|