Logging management
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui / src / main / java / org / argeo / security / ui / UserHomePerspective.java
index 329c1ade1dd864879fa9f4fcf8b4246e121963fa..1ce7364e88395dab092292665ff608687251f4fd 100644 (file)
@@ -1,5 +1,6 @@
 package org.argeo.security.ui;
 
+import org.argeo.security.ui.views.LogView;
 import org.argeo.security.ui.views.UserProfile;
 import org.eclipse.ui.IFolderLayout;
 import org.eclipse.ui.IPageLayout;
@@ -18,6 +19,10 @@ public class UserHomePerspective implements IPerspectiveFactory {
                                0.30f, editorArea);
                left.addView(UserProfile.ID);
                // left.addView(RolesView.ID);
+
+               IFolderLayout bottom = layout.createFolder("bottom",
+                               IPageLayout.BOTTOM, 0.30f, editorArea);
+               bottom.addView(LogView.ID);
        }
 
 }