You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/04 06:25:56 UTC

[isis] branch master updated: ISIS-2553: fix outdated fa icon in IsisConf.

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 90283b2  ISIS-2553: fix outdated fa icon in IsisConf.
90283b2 is described below

commit 90283b250367aac11972f7079a2e64fa44892d88
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Mar 4 07:25:42 2021 +0100

    ISIS-2553: fix outdated fa icon in IsisConf.
---
 .../src/main/java/org/apache/isis/core/config/IsisConfiguration.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java b/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java
index 64802da..50eb85e 100644
--- a/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java
+++ b/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java
@@ -816,8 +816,8 @@ public class IsisConfiguration {
                             "previous.*:fa-step-backward",
                             "refresh.*:fa-refresh",
                             "remove.*:fa-minus-square",
-                            "renew.*:fa-repeat",
-                            "reset.*:fa-repeat",
+                            "renew.*:fa-redo",
+                            "reset.*:fa-redo",
                             "resume.*:fa-play",
                             "run.*:fa-bolt",
                             "save.*:fa-floppy-o",