]> 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
Update license header
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / SlcExecutionPerspective.java
index 5374dd17f11d67b6c1f28fb42c7259261843d424..f53ac7ce2cbb9a64900f7ac4982981b790d974aa 100644 (file)
@@ -17,28 +17,28 @@ public class SlcExecutionPerspective implements IPerspectiveFactory {
                // current space and the part on bottom gets the rest. Likewise, for a
                // horizontal split, the part at left gets the specified ratio of the
                // current space.
-//             IFolderLayout main = layout.createFolder("main", IPageLayout.RIGHT,
-//                             0.3f, editorArea);
+               // IFolderLayout main = layout.createFolder("main", IPageLayout.RIGHT,
+               // 0.3f, editorArea);
                IFolderLayout left = layout.createFolder("left", IPageLayout.LEFT,
                                0.3f, editorArea);
 
                IFolderLayout bottom = layout.createFolder("bottom",
                                IPageLayout.BOTTOM, 0.65f, editorArea);
-               bottom.addView("org.argeo.slc.client.ui.processListView");
+               bottom.addView("org.argeo.security.ui.logView");
+               bottom.addView("org.argeo.slc.client.ui.jcrProcessListView");
 
-//             IFolderLayout topRight = layout.createFolder("topRight",
-//                             IPageLayout.RIGHT, 0.6f, "main");
+               // 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-*");
-//             main.addPlaceholder("org.argeo.slc.client.ui.processDetailView:UUID-*");
+               // main.addView("org.argeo.slc.client.ui.processBuilderView");
+               // main.addPlaceholder("org.argeo.slc.client.ui.resultDetailView:UUID-*");
+               // main.addPlaceholder("org.argeo.slc.client.ui.processDetailView:UUID-*");
 
-
-//             topRight.addView("org.argeo.slc.client.ui.processParametersView");
+               // topRight.addView("org.argeo.slc.client.ui.processParametersView");
        }
 
 }