Skip to content

Commit

Permalink
Refs #37894 - Add activation keys count to cve list
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz authored and parthaa committed Oct 23, 2024
1 parent 9d77aa8 commit 1eaac14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hammer_cli_katello/content_view_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ class ListCommand < HammerCLIKatello::ListCommand
output do
field :id, _("Id")
field :label, _("Label")
from :environment do
from :lifecycle_environment do
field :name, _("Lifecycle Environment")
end
from :content_view do
field :name, _("Content View")
end
field :default, _("Default")
field :hosts_count, _("Hosts Count")
field :activation_keys_count, _("Activation Keys Count")
from :organization do
field :name, _("Organization")
end
Expand Down

0 comments on commit 1eaac14

Please sign in to comment.