Project

General

Profile

Actions

Bug #35714

closed

Host details -- module stream tab not available for EL variants like Alma

Added by Ian Ballou about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hosts
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF