This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new fc4aeb9d7a Syncope 2_1_X uses GlyphIcon not FontAwesome5
fc4aeb9d7a is described below
commit fc4aeb9d7ad282fe620d87b2ca103825a2ffcf80
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Aug 10 10:53:46 2022 +0200
Syncope 2_1_X uses GlyphIcon not FontAwesome5
---
.../org/apache/syncope/client/console/panels/RealmChoicePanel.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/client/console/src/main/java/org/apache/syncope/client/console/panels/RealmChoicePanel.java
b/client/console/src/main/java/org/apache/syncope/client/console/panels/RealmChoicePanel.java
index 11dedd50a2..21bd724dfa 100644
---
a/client/console/src/main/java/org/apache/syncope/client/console/panels/RealmChoicePanel.java
+++
b/client/console/src/main/java/org/apache/syncope/client/console/panels/RealmChoicePanel.java
@@ -23,7 +23,7 @@ import
de.agilecoders.wicket.core.markup.html.bootstrap.button.BootstrapAjaxLink
import de.agilecoders.wicket.core.markup.html.bootstrap.button.ButtonList;
import de.agilecoders.wicket.core.markup.html.bootstrap.button.Buttons;
import
de.agilecoders.wicket.core.markup.html.bootstrap.button.dropdown.DropDownButton;
-import
de.agilecoders.wicket.extensions.markup.html.bootstrap.icon.FontAwesome5IconType;
+import de.agilecoders.wicket.core.markup.html.bootstrap.image.GlyphIconType;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
@@ -293,7 +293,7 @@ public class RealmChoicePanel extends Panel {
container.addOrReplace(fragment);
} else {
DropDownButton realms = new DropDownButton(
- "realms", new ResourceModel("select", ""), new
Model<>(FontAwesome5IconType.folder_open_r)) {
+ "realms", new ResourceModel("select", ""), new
Model<>(GlyphIconType.folderopen)) {
private static final long serialVersionUID =
-5560086780455361131L;