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:
Francesco Mangiacrapa 2014-11-04 11:03:02 +00:00
parent b1dc733510
commit f7588f565d
1 changed files with 1 additions and 1 deletions

View File

@ -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);