Skip to content

Commit

Permalink
Remove 'Discovery VM' section (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Montse Ortega <mortegag@redhat.com>
  • Loading branch information
ammont82 authored Jan 21, 2025
1 parent 26e878f commit 0713ff9
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions apps/demo/src/migration-wizard/steps/connect/ConnectStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
ListItem,
Icon,
Alert,
AlertActionLink,
Button,
} from "@patternfly/react-core";
import { chart_color_blue_300 as blueColor } from "@patternfly/react-tokens/dist/esm/chart_color_blue_300";
Expand Down Expand Up @@ -71,32 +70,7 @@ export const ConnectStep: React.FC = () => {
and see the discovery report.
</ListItem>
</List>
</TextContent>
{discoverySourcesContext.agentSelected?.status ===
"waiting-for-credentials" && (
<Alert
isInline
variant="custom"
title="Discovery VM"
actionLinks={
<AlertActionLink
component="a"
href={discoverySourcesContext.agentSelected?.credentialUrl}
target="_blank"
rel="noopener noreferrer"
>
{discoverySourcesContext.agentSelected?.credentialUrl}
</AlertActionLink>
}
>
<TextContent>
<Text>
Click the link below to connect the Discovery Source to your
VMware environment.
</Text>
</TextContent>
</Alert>
)}
</TextContent>
</StackItem>
<StackItem>
<Panel variant="bordered">
Expand Down

0 comments on commit 0713ff9

Please sign in to comment.