Wizard: Add package streams

If there's a package stream for both packages and modules, this will render it.
This commit is contained in:
regexowl 2025-05-14 13:44:33 +02:00 committed by Klara Simickova
parent b548e17098
commit daa6e59bc0

View file

@ -1301,10 +1301,8 @@ const Packages = () => {
}
/>
<Td>{pkg.name}</Td>
<Td>{pkg.type === 'module' ? pkg.stream : 'N/A'}</Td>
<Td>
{pkg.type === 'module' ? formatDate(pkg.end_date) : 'N/A'}
</Td>
<Td>{pkg.stream ? pkg.stream : 'N/A'}</Td>
<Td>{pkg.end_date ? formatDate(pkg.end_date) : 'N/A'}</Td>
{pkg.repository === 'distro' ? (
<>
<Td>Red Hat</Td>