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 2020/06/22 17:13:18 UTC

[isis] branch master updated: ISIS-2340: CSS: replace file-excel-o -> file-excel (fa5)

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 471f33a  ISIS-2340: CSS: replace file-excel-o -> file-excel (fa5)
471f33a is described below

commit 471f33a0fc0bbcae3e0b564770280d9d5369d265
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jun 22 19:11:45 2020 +0200

    ISIS-2340: CSS: replace file-excel-o -> file-excel (fa5)
---
 .../exceldownload/ui/components/CollectionContentsAsExcelFactory.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/vw/exceldownload/ui/src/main/java/org/apache/isis/extensions/viewer/wicket/exceldownload/ui/components/CollectionContentsAsExcelFactory.java b/extensions/vw/exceldownload/ui/src/main/java/org/apache/isis/extensions/viewer/wicket/exceldownload/ui/components/CollectionContentsAsExcelFactory.java
index 7fcd4f5..b892e65 100644
--- a/extensions/vw/exceldownload/ui/src/main/java/org/apache/isis/extensions/viewer/wicket/exceldownload/ui/components/CollectionContentsAsExcelFactory.java
+++ b/extensions/vw/exceldownload/ui/src/main/java/org/apache/isis/extensions/viewer/wicket/exceldownload/ui/components/CollectionContentsAsExcelFactory.java
@@ -65,6 +65,6 @@ implements CollectionContentsAsFactory {
 
     @Override
     public IModel<String> getCssClass() {
-        return Model.of("fa fa-file-excel-o");
+        return Model.of("fa fa-file-excel");
     }
 }