Skip to content

Commit

Permalink
Fixes #37053 - Add CV/LCE back host list params
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Jan 22, 2024
1 parent 9e09e6a commit 9a6ae05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/hammer_cli_katello/host_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ module HostExtensions
::HammerCLIForeman::Host::ListCommand.instance_eval do
output do
from :content_facet_attributes do
field :content_view_name, _('Content View')
field :lifecycle_environment_name, _('Lifecycle Environment')
from :content_view do
field :name, _('Content View'), Fields::List
end
from :lifecycle_environment do
field :name, _('Lifecycle environment'), Fields::List
end
from :errata_counts do
field :security, _("Security"), nil, :sets => ['ALL']
field :bugfix, _("Bugfix"), nil, :sets => ['ALL']
Expand Down

0 comments on commit 9a6ae05

Please sign in to comment.