foreman_rh_cloud 13.0.10 → 13.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/foreman_rh_cloud/plugin.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3cd43b3c072653346cba58fc50735fe1a91534d5e62260d0808be259f88b621
|
|
4
|
+
data.tar.gz: afe8d3c292de19def85bc357dbe6c320968f8b51ddd1b5aff9f5d01cbf378b50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff518b50470965cdbed1097e72dabaac4dd9a8c07eb6859ddaea0c071965c7b05853c125f624e99c856ee6898d58692dcd2dd499da9e389ec0b3881432c49f2b
|
|
7
|
+
data.tar.gz: 6ca347f830741453325dbfe725ab6118be6e211094b1797345abb9fa27fa25e538b13cbc76dab45d2d31b77543434894445137565d486b879372dc09d11bd3e1
|
|
@@ -142,7 +142,7 @@ module ForemanRhCloud
|
|
|
142
142
|
extend_page 'hosts/_list' do |context|
|
|
143
143
|
context.with_profile :cloud, _('RH Cloud'), default: true do
|
|
144
144
|
add_pagelet :hosts_table_column_header, key: :insights_recommendations_count, label: _('Recommendations'), sortable: true, width: '12%', class: 'hidden-xs ellipsis', priority: 100,
|
|
145
|
-
export_data: CsvExporter::ExportDefinition.new(:insights_recommendations_count, callback: ->(host) { host&.insights_hits&.count })
|
|
145
|
+
export_data: CsvExporter::ExportDefinition.new(:insights_recommendations_count, label: _('Recommendations'), callback: ->(host) { ForemanRhCloud.with_iop_smart_proxy? ? 'N/A' : host&.insights_hits&.count })
|
|
146
146
|
add_pagelet :hosts_table_column_content, key: :insights_recommendations_count, callback: ->(host) { hits_counts_cell(host) }, class: 'hidden-xs ellipsis text-center', priority: 100
|
|
147
147
|
end
|
|
148
148
|
end
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_rh_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 13.0.
|
|
4
|
+
version: 13.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Red Hat Cloud team
|
|
@@ -654,7 +654,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
654
654
|
- !ruby/object:Gem::Version
|
|
655
655
|
version: '0'
|
|
656
656
|
requirements: []
|
|
657
|
-
rubygems_version:
|
|
657
|
+
rubygems_version: 4.0.3
|
|
658
658
|
specification_version: 4
|
|
659
659
|
summary: Summary of ForemanRhCloud.
|
|
660
660
|
test_files:
|