foreman_virt_who_configure 0.5.3 → 0.5.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: 5bc24bfcd7c5fe0ea8c6e69c647b7c971496907697ee0035bfd58db208d1b00c
4
- data.tar.gz: 715876ebff38e880adcc909f5952e124e772680b619ee49c9a1c7d0181ad9e74
3
+ metadata.gz: cf3e0a6434aadcf921fa999536a024f8f2328dec8919d8ee421cc77f8b3ba64b
4
+ data.tar.gz: 730cfd8c0be2125c35ffd333d4ff24579159e558452b48a2f5f2dd22ecfa620d
5
5
  SHA512:
6
- metadata.gz: 726b628af273e54a87f7066b38a37445f411f2642e3704ff1113465ae5b9034f88d6a82a060ab50aa8a3ae1204820852a0f0feb2c2afa49c7de5842a87da369b
7
- data.tar.gz: ea0123e3015c62a314a5c6bb6f06c87bc4ea3bdba2fa8c2f292cfc0c153c623d8fd898ac5aaff4b6a19f8ac864d8f9535ffcc6a4f8068f9f7563c9c0245668b2
6
+ metadata.gz: ca602bed3b8f44f51e998324605787ccf453522b6c042786cdcc747841fa4d5981c43410f297b4173dbc362b887cc4a205857c2f0f23ae73e8fb0eeb75fd7e2c
7
+ data.tar.gz: fb0bbcbfa473562eded59bfb96725d6d49bbf66cb1e1ca319b6126c0217645fb68e20b1d6bb01be8e0c1c7476e2febe68be5337d0ddb6f72a12fca52d4c89942
@@ -2,12 +2,13 @@
2
2
 
3
3
  <%= breadcrumbs(:resource_url => foreman_virt_who_configure_api_configs_path,
4
4
  :items => [
5
- {:caption => _('Configurations'),
6
- :url => url_for(foreman_virt_who_configure_configs_path)
7
- },
8
- {:caption => _('Edit') + ' ' + @config.name,
9
- :url => (edit_foreman_virt_who_configure_config_path(@config) if authorized_for(hash_for_edit_foreman_virt_who_configure_config_path(@config)))
10
- }
5
+ {
6
+ :caption => _('Virt-who Configurations'),
7
+ :url => foreman_virt_who_configure_configs_path
8
+ },
9
+ {
10
+ :caption => _('Edit') + ' ' + @config.name
11
+ }
11
12
  ]
12
13
  ) %>
13
14
 
@@ -8,12 +8,13 @@
8
8
 
9
9
  <%= breadcrumbs(:resource_url => foreman_virt_who_configure_api_configs_path,
10
10
  :items => [
11
- {:caption => _('Configurations'),
12
- :url => url_for(foreman_virt_who_configure_configs_path)
13
- },
14
- {:caption => @config.name,
15
- :url => (edit_foreman_virt_who_configure_config_path(@config) if authorized_for(hash_for_edit_foreman_virt_who_configure_config_path(@config)))
16
- }
11
+ {
12
+ :caption => _('Virt-who Configurations'),
13
+ :url => foreman_virt_who_configure_configs_path
14
+ },
15
+ {
16
+ :caption => @config.name
17
+ }
17
18
  ]
18
19
  ) %>
19
20
 
@@ -1,3 +1,3 @@
1
1
  module ForemanVirtWhoConfigure
2
- VERSION = '0.5.3'.freeze
2
+ VERSION = '0.5.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_virt_who_configure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman virt-who-configure team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-10 00:00:00.000000000 Z
11
+ date: 2020-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katello
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
- rubygems_version: 3.1.2
146
+ rubygems_version: 3.1.4
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: A plugin to make virt-who configuration easy