Wizard: Remove "Support" column
This removes "Support" column as per recent mocks.
This commit is contained in:
parent
7f3d4efb6a
commit
457d423d83
1 changed files with 2 additions and 11 deletions
|
|
@ -1025,12 +1025,10 @@ const Packages = () => {
|
|||
/>{' '}
|
||||
Red Hat repository
|
||||
</Td>
|
||||
<Td>Supported</Td>
|
||||
</>
|
||||
) : grp.repository === 'custom' ? (
|
||||
<>
|
||||
<Td>Third party repository</Td>
|
||||
<Td>Not supported</Td>
|
||||
</>
|
||||
) : grp.repository === 'recommended' ? (
|
||||
<>
|
||||
|
|
@ -1041,12 +1039,10 @@ const Packages = () => {
|
|||
EPEL {distribution.startsWith('rhel-8') ? '8' : '9'}{' '}
|
||||
Everything x86_64
|
||||
</Td>
|
||||
<Td>Not supported</Td>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<Td className="not-available">Not available</Td>
|
||||
<Td className="not-available">Not available</Td>
|
||||
</>
|
||||
)}
|
||||
</Tr>
|
||||
|
|
@ -1119,12 +1115,10 @@ const Packages = () => {
|
|||
/>{' '}
|
||||
Red Hat repository
|
||||
</Td>
|
||||
<Td>Supported</Td>
|
||||
</>
|
||||
) : pkg.repository === 'custom' ? (
|
||||
<>
|
||||
<Td>Third party repository</Td>
|
||||
<Td>Not supported</Td>
|
||||
</>
|
||||
) : pkg.repository === 'recommended' ? (
|
||||
<>
|
||||
|
|
@ -1135,12 +1129,10 @@ const Packages = () => {
|
|||
EPEL {distribution.startsWith('rhel-8') ? '8' : '9'}{' '}
|
||||
Everything x86_64
|
||||
</Td>
|
||||
<Td>Not supported</Td>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<Td className="not-available">Not available</Td>
|
||||
<Td className="not-available">Not available</Td>
|
||||
</>
|
||||
)}
|
||||
</Tr>
|
||||
|
|
@ -1243,9 +1235,8 @@ const Packages = () => {
|
|||
<Tr>
|
||||
<Th aria-label="Expanded" width={10} />
|
||||
<Th aria-label="Selected" width={10} />
|
||||
<Th width={30}>Name</Th>
|
||||
<Th width={25}>Package repository</Th>
|
||||
<Th width={25}>Support</Th>
|
||||
<Th width={50}>Name</Th>
|
||||
<Th width={35}>Package repository</Th>
|
||||
</Tr>
|
||||
</Thead>
|
||||
{bodyContent}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue