Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const CONTAINERIZATION: TransformationPathOption = {
export const QUARKUS: TransformationPathOption = {
label: "Quarkus",
description:
"Rules to support the migration of Spring Boot applications to Quarkus. The rules also identify other, non-Spring Boot, technologies embedded within applications for which there are equivalent Quarkus extensions.",
"Rules to support the migration to Quarkus from other Java frameworks (e.g. Spring Boot and Java EE). The rules also identify technologies embedded within applications for which there are equivalent Quarkus extensions.",
options: "quarkus",
iconSrc: migration,
};
Expand Down Expand Up @@ -156,7 +156,7 @@ export const DISCOVERY: TransformationPathOption = {
"It runs an analysis to just discover the technologies and frameworks used within the application(s).",
options: "discovery",
iconSrc: search,
isNew: true,
isNew: false,
};

export const DEFAULT_TRANSFORMATION_PATHS = [
Expand Down