foreman_custom_tab 0.3.0 → 0.3.1

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
  SHA1:
3
- metadata.gz: d0fb2f3f74e8bd32d92bf58686a1ebb5ecee46dd
4
- data.tar.gz: bb8bb4be5d01050b673019414bc8117e4b0203ab
3
+ metadata.gz: 87e2f0fcae78cc7db7c9a565a42cdc6596ecca9d
4
+ data.tar.gz: e22cab10f4fe3eff24641804e8f689d2e76a4abd
5
5
  SHA512:
6
- metadata.gz: 09586ea806dd6a7c53365eb4b20afce605633405577d255ae8c53ca9c3cce16e717fa35822ab2aeb63e5ca6c65ad317d8f336d1781befa03fc62b16a230c7379
7
- data.tar.gz: 844a89ca7f0c246334699547cc0aad51d264964c9c40e5366d2c77b0c021d6a6516fccccdd0b5831d3e58e31ca02b15ba0058feb6ac79cc90ba6dbc602b57fd1
6
+ metadata.gz: 768cd175eab8fbe3ea20428fdbb22e8f79e7aff47de7cacc224ae8e82d00e50dc60be0529876eeb82e457c11e652c1d27e35457e74b333f917c58334bde6030b
7
+ data.tar.gz: fd408ff8c2f48873c82660935ba4d16b6487ea22ee92f2d1eed59ee1f7b351b7e822132ac0ce912dc37f7d9c5eab7a5be2e88a117a040856c6e4f9d448dfaeea
@@ -1,6 +1,6 @@
1
1
  if SETTINGS[:custom_tab]
2
2
  Deface::Override.new(:virtual_path => 'hosts/show',
3
- :name => 'add_tab_link',
3
+ :name => 'custom_tab_add_tab',
4
4
  :insert_bottom => 'ul#myTab',
5
5
  :text =>
6
6
  "<li><a href='#custom_tab' data-toggle='tab'><%= _(custom_tab_title) %></a></li>")
@@ -1,6 +1,6 @@
1
1
  if SETTINGS[:custom_tab]
2
2
  Deface::Override.new(:virtual_path => 'hosts/show',
3
- :name => 'create_link',
3
+ :name => 'custom_tab_add_tab_link',
4
4
  :insert_bottom => 'div#myTabContent',
5
5
  :text =>
6
6
  "\n <div id='custom_tab' class='tab-pane'
@@ -1,3 +1,3 @@
1
1
  module ForemanCustomTab
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_custom_tab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Stannard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-12 00:00:00.000000000 Z
11
+ date: 2018-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -51,8 +51,8 @@ files:
51
51
  - Rakefile
52
52
  - app/controllers/concerns/foreman_custom_tab/hosts_controller_extensions.rb
53
53
  - app/helpers/concerns/foreman_custom_tab/hosts_helper_extensions.rb
54
- - app/overrides/add_tab.rb
55
- - app/overrides/add_tab_link.rb
54
+ - app/overrides/custom_tab_add_tab.rb
55
+ - app/overrides/custom_tab_add_tab_link.rb
56
56
  - app/views/foreman_custom_tab/hosts/_custom_tab.html.erb
57
57
  - config/foreman_custom_tab.yaml.example
58
58
  - config/routes.rb