Updated monitor

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-monitor-widget@114423 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-27 08:41:51 +00:00 committed by Giancarlo Panichi
parent fc8852874b
commit f2d3be6189
2 changed files with 9 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class MonitorBackgroundPanel extends FramedPanel implements
ProgressBarCell progress = new ProgressBarCell() {
@Override
public boolean handlesSelection() {
return true;
return false;
}
};
progress.setProgressText("{0}% Complete");
@ -371,11 +371,13 @@ public class MonitorBackgroundPanel extends FramedPanel implements
.getProgress()) {
} else {
backgroundOperationMonitorListCache = backgroundOperationMonitorList;
return false;
}
}
} else {
backgroundOperationMonitorListCache = backgroundOperationMonitorList;
return false;
}

View File

@ -76,24 +76,30 @@ public class MonitorTreeDataGenerator {
.getWorkerState()) == 0) {
} else {
taskSCache = taskS;
return false;
}
}
} else {
taskSCache = taskS;
return false;
}
} else {
taskSCache = taskS;
return false;
}
}
} else {
taskSCache = taskS;
return false;
}
} else {
taskSCache = taskS;
return false;
}
} else {
taskSCache = taskS;
return false;
}