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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae4a5664771227e232b4a38812dbf04fe704f1be85f10105873543cb2cc4b1c2
4
- data.tar.gz: 69720759a2e2365af0b9c7e94c82e0f3adb15202d65ddf454e7beefa694cb30d
3
+ metadata.gz: a3cd43b3c072653346cba58fc50735fe1a91534d5e62260d0808be259f88b621
4
+ data.tar.gz: afe8d3c292de19def85bc357dbe6c320968f8b51ddd1b5aff9f5d01cbf378b50
5
5
  SHA512:
6
- metadata.gz: f8c2edc1f86b1db29db4f8209d26fb3466795d1f31b7854cfd7dc826ae35f29b7557dc7388ebf0ab2a4217c9ae4399f765e75afe1c7278676ab6a25e28091d3b
7
- data.tar.gz: 725d9f97783c10cbe2d69345ce8647c94f5fbf12d1cffd5e087f7a5cacc528423c253047ae3e97e0b3af307db1e995ee660848bbe839d44d989f4d5d746d5085
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
@@ -1,3 +1,3 @@
1
1
  module ForemanRhCloud
2
- VERSION = '13.0.10'.freeze
2
+ VERSION = '13.0.11'.freeze
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_rh_cloud",
3
- "version": "13.0.10",
3
+ "version": "13.0.11",
4
4
  "description": "Inventory Upload =============",
5
5
  "main": "index.js",
6
6
  "scripts": {
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.10
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: 3.6.9
657
+ rubygems_version: 4.0.3
658
658
  specification_version: 4
659
659
  summary: Summary of ForemanRhCloud.
660
660
  test_files: