From d66577bd8fa6d2d5b0d587aa8e45d4a3fce928de Mon Sep 17 00:00:00 2001 From: Jeremy Lenz Date: Fri, 17 Jan 2025 12:18:28 -0500 Subject: [PATCH] Fixes #38145 - Update host installed products report for multiCV --- .../report_templates/host_-_installed_products.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/unattended/report_templates/host_-_installed_products.erb b/app/views/unattended/report_templates/host_-_installed_products.erb index 0b2a5910717..289c4afc721 100644 --- a/app/views/unattended/report_templates/host_-_installed_products.erb +++ b/app/views/unattended/report_templates/host_-_installed_products.erb @@ -15,13 +15,12 @@ require: - plugin: katello version: 4.11.0 -%> -<%- report_headers 'Host Name', 'Organization', 'Lifecycle Environment', 'Content View', 'Host Collections', 'Virtual', 'Guest of Host', 'OS', 'Arch', 'Sockets', 'RAM (MB)', 'Cores', 'SLA', 'Role', 'Usage', 'Release Version', 'Products', 'Last Checkin' -%> +<%- report_headers 'Host Name', 'Organization', 'Content View Environments', 'Host Collections', 'Virtual', 'Guest of Host', 'OS', 'Arch', 'Sockets', 'RAM (MB)', 'Cores', 'SLA', 'Role', 'Usage', 'Release Version', 'Products', 'Last Checkin' -%> <%- load_hosts(search: input('Hosts filter'), includes: [:operatingsystem, :architecture, :content_view_environments, :organization, :reported_data, :subscription_facet]).each_record do |host| -%> <%- report_row( 'Host Name': host.name, 'Organization': host.organization, - 'Lifecycle Environment': host.single_lifecycle_environment, - 'Content View': host.single_content_view, + 'Content View Environments': host.content_view_environment_labels, 'Host Collections': host_collections_names(host), 'Virtual': host.virtual, 'Guest of Host': host.hypervisor_host,