Actions
Bug #35714
closedHost details -- module stream tab not available for EL variants like Alma
Description
The host details content tab in the UI shows the module streams tab with the following check:
const osMatch = hostDetails?.operatingsystem_name?.match(/(\w+) (\d+)/);
return !(osMatch && osMatch1.match(/RedHat|CentOS/i) && Number(osMatch2) > 7)
We should expand that to work with any EL-type variant, like Alma, Rocky, and whatever else.
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lucy Fu
- Pull request https://github.com/Katello/katello/pull/10357 added
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases Katello 4.8.0 added
Updated by Lucy Fu about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|65c74879a5186b1712f3cffa746ca7d4eedfc519.
Updated by The Foreman Bot about 2 years ago
- Pull request https://github.com/Katello/katello/pull/10375 added
Updated by Samir Jha about 2 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/10375)
Actions