]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcExecutionPerspective.java
Fix using UI component in JOb
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / SlcExecutionPerspective.java
index 5374dd17f11d67b6c1f28fb42c7259261843d424..d5ba0b0d81c4d67437659f5361c84f9b8b63846b 100644 (file)
@@ -24,14 +24,14 @@ public class SlcExecutionPerspective implements IPerspectiveFactory {
 
                IFolderLayout bottom = layout.createFolder("bottom",
                                IPageLayout.BOTTOM, 0.65f, editorArea);
-               bottom.addView("org.argeo.slc.client.ui.processListView");
+               bottom.addView("org.argeo.slc.client.ui.jcrProcessListView");
 
 //             IFolderLayout topRight = layout.createFolder("topRight",
 //                             IPageLayout.RIGHT, 0.6f, "main");
 
                // add the views to the corresponding place holder
                left.addView("org.argeo.slc.client.ui.jcrExecutionModulesView");
-               left.addView("org.argeo.slc.client.ui.resultListView");
+               left.addView("org.argeo.slc.client.ui.jcrResultListView");
 
 //             main.addView("org.argeo.slc.client.ui.processBuilderView");
 //             main.addPlaceholder("org.argeo.slc.client.ui.resultDetailView:UUID-*");