Skip to content

Commit

Permalink
Fixes #14829 - Add activation keys to host info (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Strachota authored and ehelms committed Sep 8, 2016
1 parent f060a2b commit 29520f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/hammer_cli_katello/host_extensions.rb
Expand Up @@ -40,6 +40,9 @@ module HostExtensions
field :release_version, _('Release Version')
field :autoheal, _('Autoheal')
field :registered_at, _('Registered At')
collection :activation_keys, _('Registered by Activation Keys'), :hide_blank => true do
custom_field Fields::Reference
end
end
end

Expand Down

0 comments on commit 29520f6

Please sign in to comment.