You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2012/10/11 20:43:16 UTC

svn commit: r1397225 - /airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java

Author: chathuri
Date: Thu Oct 11 18:43:16 2012
New Revision: 1397225

URL: http://svn.apache.org/viewvc?rev=1397225&view=rev
Log:
hiding registry url from launch workflow dialog

Modified:
    airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java

Modified: airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java?rev=1397225&r1=1397224&r2=1397225&view=diff
==============================================================================
--- airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java (original)
+++ airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java Thu Oct 11 18:43:16 2012
@@ -204,12 +204,12 @@ public class WorkflowInterpreterLaunchWi
         infoPanel.add(this.topicTextField);
         infoPanel.add(workflowInterpreterLabel);
         infoPanel.add(this.workflowInterpreterTextField);
-        infoPanel.add(RegistryLabel);
-        infoPanel.add(this.RegistryTextField);
         infoPanel.add(gfacLabel);
         infoPanel.add(this.gfacTextField);
+//        infoPanel.add(RegistryLabel);
+//        infoPanel.add(this.RegistryTextField);
 
-        infoPanel.layout(5, 2, GridPanel.WEIGHT_NONE, 1);
+        infoPanel.layout(4, 2, GridPanel.WEIGHT_NONE, 1);
 
         GridPanel mainPanel = new GridPanel();
         mainPanel.add(this.parameterPanel);