Skip to content

Commit

Permalink
Fixes #36743 - Show full repository id list in hammer content-view li…
Browse files Browse the repository at this point in the history
…st output
  • Loading branch information
sjha4 committed Sep 13, 2023
1 parent 1f29a1a commit a71c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hammer_cli_katello/content_view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ListCommand < HammerCLIKatello::ListCommand
field :label, _("Label")
field :composite, _("Composite")
field :last_published, _("Last Published"), Fields::Date, :hide_blank => true
field :repository_ids, _("Repository IDs"), Fields::List
field :repository_ids, _("Repository IDs"), Fields::List, :max_width => 300
end

build_options
Expand Down

0 comments on commit a71c56a

Please sign in to comment.