Skip to content

Commit

Permalink
Merge pull request #824 from carlosthe19916/WINDUP-3472
Browse files Browse the repository at this point in the history
[WINDUP-3472] - Web UI - Transformation Targets order and 'New' Label
  • Loading branch information
jmle committed Sep 13, 2022
2 parents d93b65d + 7ef95ce commit a2b37bb
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const options: TransformationPathOption[] = [
"A collection of rules to support migrating applications from Java EE 8 to Jakarta EE 9. The rules cover project dependencies, package renaming, updating XML Schema namespaces, the renaming of application configuration properties and bootstrapping files.",
options: "jakarta-ee",
iconSrc: migration,
isNew: true,
},
{
label: "Spring Boot on Red Hat Runtimes",
Expand All @@ -113,14 +112,6 @@ const options: TransformationPathOption[] = [
"A comprehensive set of rules for migrating traditional WebSphere applications to Open Liberty.",
options: "openliberty",
iconSrc: migration,
isNew: true,
},
{
label: "Camel",
description:
"Rules for the migration from Apache Camel 2 to Apache Camel 3.",
options: "camel",
iconSrc: multiply,
},
{
label: "Azure",
Expand All @@ -141,6 +132,13 @@ const options: TransformationPathOption[] = [
iconSrc: virtualServer,
isNew: true,
},
{
label: "Camel",
description:
"Rules for the migration from Apache Camel 2 to Apache Camel 3.",
options: "camel",
iconSrc: multiply,
},
];

export interface SelectCardGalleryProps {
Expand Down

0 comments on commit a2b37bb

Please sign in to comment.