Skip to content

Commit

Permalink
Fixes #37016 - stop trying to report CV / LCE for hypervisors
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou authored and jeremylenz committed Jan 23, 2024
1 parent 7716613 commit 67e7e7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ require:
<%- report_row(
'Host Name': host.name,
'Organization': host.organization,
'Lifecycle Environment': host.single_lifecycle_environment.name,
'Content View': host.single_content_view.name,
'Lifecycle Environment': host.single_lifecycle_environment&.name,
'Content View': host.single_content_view&.name,
'Host Collections': host_collections_names(host),
'Virtual': host.virtual,
'Guest of Host': host.hypervisor_host,
Expand Down

0 comments on commit 67e7e7a

Please sign in to comment.