Skip to content

Commit

Permalink
Merge pull request #1174 from yaacov/hide-preserve-static-ips-2-6-2
Browse files Browse the repository at this point in the history
🐞 Hide PreserveStaticIPsDetailsItem in 2.6.
  • Loading branch information
yaacov authored May 27, 2024
2 parents ee0a85e + d158f39 commit 92b5916
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Suspend } from '../Suspend';

import {
PreserveClusterCpuModelDetailsItem,
PreserveStaticIPsDetailsItem,
TargetNamespaceDetailsItem,
TransferNetworkDetailsItem,
WarmDetailsItem,
Expand Down Expand Up @@ -83,11 +82,6 @@ export const SettingsSectionInternal: React.FC<SettingsSectionProps> = ({ obj, p
<PreserveClusterCpuModelDetailsItem resource={obj} canPatch={permissions.canPatch} />
</Suspend>
)}
{['vsphere'].includes(sourceProvider?.spec?.type) && (
<Suspend obj={sourceProvider} loaded={loaded} loadError={loadError}>
<PreserveStaticIPsDetailsItem resource={obj} canPatch={permissions.canPatch} />
</Suspend>
)}
</DescriptionList>
</>
);
Expand Down

0 comments on commit 92b5916

Please sign in to comment.