updated user quote
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@101416 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b1dc733510
commit
f7588f565d
|
@ -1277,7 +1277,7 @@ public class AppController implements SubscriberInterface {
|
|||
msg = totalItems + " items";
|
||||
}
|
||||
|
||||
msg+= ". "+size +" of storage space used";
|
||||
msg+= ", "+size;
|
||||
|
||||
String html = "<div style=\"width: 100%; text-align: left; font-size: 9px; padding: 5px;\">" + msg +"</div>";
|
||||
htmlWorkspaceSize.setHTML(html);
|
||||
|
|
Loading…
Reference in New Issue