Skip to content

Commit

Permalink
[JBEAP-28484] fix Elytron subsystem metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
soul2zimate committed Nov 14, 2024
1 parent e9a6eb7 commit 8632606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public Subsystems(Resources resources) {
addRuntime(new SubsystemMetadata.Builder(EJB3, Names.EJB3)
.nextColumn(Ids.EJB3)
.build());
addRuntime(new SubsystemMetadata.Builder(SECURITY, Names.SECURITY)
addRuntime(new SubsystemMetadata.Builder(ELYTRON, Names.SECURITY)
.subtitle(Names.ELYTRON)
.nextColumn(Ids.ELYTRON_RUNTIME)
.preview(resources.previews().runtimeSecurityElytron())
Expand Down

0 comments on commit 8632606

Please sign in to comment.