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.
Actions