Skip to content

Commit

Permalink
fixup! Refs #38048 - Add rolling content views
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Dec 2, 2024
1 parent e8a2edf commit 0a0d24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/hammer_cli_katello/activation_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def request_params
field :content_view_version, _("Version")
field :content_view_version_id, _("Content View version Id")
field :composite, _("Composite"), Fields::Boolean
field :rolling, _("Rolling"), Fields::Boolean
field :content_view_environment_id, _("Content View Environment id"), Fields::Field
end
end
Expand Down
1 change: 1 addition & 0 deletions lib/hammer_cli_katello/capsule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class InfoCommand < HammerCLIKatello::InfoCommand
collection :content_views, _("Content Views") do
field nil, _("Name"), Fields::Reference
field :composite, _('Composite'), Fields::Boolean
field :rolling, _('Rolling'), Fields::Boolean
field :last_published, _('Last Published'), Fields::Date
collection :repositories, _('Repositories') do
field :id, _("Repository ID")
Expand Down
1 change: 1 addition & 0 deletions lib/hammer_cli_katello/host_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module HostExtensions
field :id, _("Id")
field :name, _("Name")
field :composite, _("Composite"), Fields::Boolean
field :rolling, _("Rolling"), Fields::Boolean
end
end
from :lifecycle_environment do
Expand Down

0 comments on commit 0a0d24d

Please sign in to comment.