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 committed Oct 23, 2024
1 parent 9d77aa8 commit 251bf77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hammer_cli_katello/content_view_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ListCommand < HammerCLIKatello::ListCommand
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 251bf77

Please sign in to comment.