Changed input tab order

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@158126 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-11-02 14:42:19 +00:00
parent d30c302836
commit 892b65f263
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ public class InputVariableTabPanel extends TabPanel {
public void startTabs(Project project) {
Log.debug("Start InputVariable Tabs");
addGlobalVariablesPanel(project);
addProjectInfoPanel(project);
addInputOutputVariablesPanel(project);
addInterpreterInfoPanel(project);
addProjectInfoPanel(project);
addGlobalVariablesPanel(project);
setActiveWidget(getWidget(0));
}