2521: Explore the possibility to port the StatMan interface onto Dataminer

https://support.d4science.org/issues/2521

Fixed Added Computations 

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@128345 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-04-26 16:40:57 +00:00
parent fe208baa93
commit 0eedb36822
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class WorkflowPanel extends TabPanel {
private void create() {
TabItemConfig tabWorkFlowLcItemConf = new TabItemConfig(
".: Computation", false);
".: Operator", false);
tabWorkFlowLcItemConf.setIcon(DataMinerManager.resources
.folderExplore());
computationPanel = new ComputationPanel();