Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-monitor-widget@99388 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-02 10:13:41 +00:00 committed by Giancarlo Panichi
parent ceaa84ec3b
commit 78acc51e8b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class MonitorTreeDataGenerator {
jobs.add(foldJob);
}
MonitorFolderDto foldTask = new MonitorFolderDto("task",
task.getId(), sdf.format(task.getStartTime()), task
task.getId(), task.getId()+" [Date:"+sdf.format(task.getStartTime())+"]", task
.getState().toString(), "",task.getProgress(), jobs);
childrens.add(foldTask);