Wizard: Add package streams
If there's a package stream for both packages and modules, this will render it.
This commit is contained in:
parent
b548e17098
commit
daa6e59bc0
1 changed files with 2 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue