removed file items in the tree only folder are shown
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@169664 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b63f679d33
commit
1123a92dad
|
@ -366,7 +366,7 @@ public class Resources {
|
|||
* @return the icon share user
|
||||
*/
|
||||
public static AbstractImagePrototype getIconShareUser(){
|
||||
return AbstractImagePrototype.create(StorageHubIconResources.INSTANCE.GROUP());
|
||||
return AbstractImagePrototype.create(StorageHubIconResources.INSTANCE.USER());
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1113,7 +1113,7 @@ public class Resources {
|
|||
* @return the icon un share folder
|
||||
*/
|
||||
public static AbstractImagePrototype getIconUnShareFolder() {
|
||||
return AbstractImagePrototype.create(ICONS.unShareFolder());
|
||||
return AbstractImagePrototype.create(StorageHubIconResources.INSTANCE.UNSHARE());
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1122,7 +1122,7 @@ public class Resources {
|
|||
* @return the icon un share user
|
||||
*/
|
||||
public static AbstractImagePrototype getIconUnShareUser() {
|
||||
return AbstractImagePrototype.create(ICONS.unShareUser());
|
||||
return AbstractImagePrototype.create(StorageHubIconResources.INSTANCE.UNSHARE());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue