Skip to content

Conversation

@gformisa
Copy link
Contributor

@gformisa gformisa commented Nov 8, 2025

  • Created new fields on the hammer host info command containing the full field name

EXAMPLE OUTPUT
Content Information:
Content View Environment Labels:
Content View Environments:
1) ContentView ID:
Content View Name:
Composite Content View: no
Rolling Content View: no
Lifecycle Environment Id:
Lifecycle Environment Name:
Label:

 * Created new fields on the hammer host info command containing the full field name
@chris1984
Copy link
Member

Thanks @gformisa

@chris1984 chris1984 merged commit 01964f1 into Katello:main Nov 10, 2025
12 checks passed
label _("Content view"), :sets => ['ALL'] do
field :id, _("Id"), Fields::Field,
:replaced_by => [_('Content Information'), _('Content View Environments'), _('CV Id')].join('/')
:replaced_by => [_('Content Information'), _('Content View Environments'), _('ContentView ID')].join('/')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:replaced_by => [_('Content Information'), _('Content View Environments'), _('ContentView ID')].join('/')
:replaced_by => [_('Content Information'), _('Content View Environments'), _('Content View ID')].join('/')

field :name, _("CV Name")
field :composite, _("Composite CV"), Fields::Boolean
field :rolling, _("Rolling CV"), Fields::Boolean
field :id, _("ContentView ID")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
field :id, _("ContentView ID")
field :id, _("Content View ID")

@gformisa
Copy link
Contributor Author

@jeremylenz clean done Refs #1009 PR send it and approved by @ianballou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants