Skip to content

Commit

Permalink
Fixes #37756 - Add product host count to subscription - general report
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann authored and jeremylenz committed Aug 20, 2024
1 parent 44160c0 commit e080980
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ template_inputs:
model: ReportTemplate
require:
- plugin: katello
version: 4.12.0
version: 4.14.0
-%>
<%- days_from_now = input('Days from Now') -%>
<%- days_from_now = "" if days_from_now == 'no limit' -%>
Expand All @@ -37,7 +37,8 @@ require:
'Start date': pool.start_date,
'End date': pool.end_date,
'Days Remaining': pool.days_until_expiration,
'Organization': pool.organization.name
'Organization': pool.organization.name,
'Product Host Count': pool.product_host_count
) -%>
<%- end -%>
<%= report_render -%>
<%= report_render -%>

0 comments on commit e080980

Please sign in to comment.