Only shows dashboard for the time being.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 13 Oct 2020 12:33:19 +0000 (14:33 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 13 Oct 2020 12:33:19 +0000 (14:33 +0200)
org.argeo.suite.ui/src/org/argeo/suite/ui/DefaultLeadPane.java

index dd435b878aaccdfa696f65a1363e3069425d5350..1f371823aa1211c958d4ae27377b6041298cec5d 100644 (file)
@@ -37,7 +37,7 @@ public class DefaultLeadPane implements CmsUiProvider {
                if (!cmsView.isAnonymous()) {
 //                     createButton(parent, SuiteMsg.documents.name(), SuiteMsg.documents, SuiteIcon.documents);
 //                     createButton(parent, SuiteMsg.people.name(), SuiteMsg.people, SuiteIcon.people);
                if (!cmsView.isAnonymous()) {
 //                     createButton(parent, SuiteMsg.documents.name(), SuiteMsg.documents, SuiteIcon.documents);
 //                     createButton(parent, SuiteMsg.people.name(), SuiteMsg.people, SuiteIcon.people);
-                       createButton(parent, SuiteMsg.locations.name(), SuiteMsg.locations, SuiteIcon.location);
+//                     createButton(parent, SuiteMsg.locations.name(), SuiteMsg.locations, SuiteIcon.location);
                }
                return dashboardB;
        }
                }
                return dashboardB;
        }