Wizard: Remove "Support" column

This removes "Support" column as per recent mocks.
This commit is contained in:
regexowl 2025-04-09 15:27:26 +02:00 committed by Lucas Garfield
parent 7f3d4efb6a
commit 457d423d83

View file

@ -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}