Apparently folder links have two different icons for no reason ...

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@169807 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2018-07-17 13:41:01 +00:00
parent afeac79953
commit 48b24a8116
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class Resources {
*/
public static AbstractImagePrototype getIconFolderSharedPublic(){
return AbstractImagePrototype.create(ICONS.folderSharedPublic());
return AbstractImagePrototype.create(StorageHubIconResources.INSTANCE.FOLDER_LINK());
}