Skip to content

Commit

Permalink
Fixes #38226 - image mode column title should be Type (#11319)
Browse files Browse the repository at this point in the history
(cherry picked from commit f12c6cd6ceeb7b9d23653db05f1a9520c40239ca)
  • Loading branch information
ianballou authored Feb 20, 2025
1 parent d0ec81e commit bbbf9e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webpack/ForemanColumnExtensions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ const hostsIndexColumnExtensions = [
{
columnName: 'bootc_booted_image',
title: (
<span id="image-mode-column-title-icon">
<FontAwesomeImageModeIcon title={__('Image mode / package mode')} />
</span>
<Text title={__('Image mode / package mode')} ouiaId="image-mode-column-title" className="pf-c-table__text">{__('Type')}</Text>
),
wrapper: (hostDetails) => {
const imageMode = hostDetails?.content_facet_attributes?.bootc_booted_image;
Expand Down

0 comments on commit bbbf9e0

Please sign in to comment.