Skip to content

Commit

Permalink
Merge pull request #32543 from gsmet/dev-ui-rr-score
Browse files Browse the repository at this point in the history
Dev UI 2 - Hide the RESTEasy Reactive score on the home page
  • Loading branch information
gsmet authored Apr 12, 2023
2 parents 715ea8b + 7c9e908 commit aa39566
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public void createPages(BuildProducer<CardPageBuildItem> cardPageProducer) {
.icon("font-awesome-solid:arrow-right-arrow-left"));

// Custom Card
cardPageBuildItem.setCustomCard("qwc-resteasy-reactive-card.js");
// For now, we don't display the score as it might be confusing for people using blocking
//cardPageBuildItem.setCustomCard("qwc-resteasy-reactive-card.js");

cardPageProducer.produce(cardPageBuildItem);
}
Expand Down

0 comments on commit aa39566

Please sign in to comment.