From 6fdc2a2a81e3ea2894458e106e61003aa8997bb3 Mon Sep 17 00:00:00 2001
From: izabel <izabel>
Date: Thu, 16 Sep 2010 09:12:38 +0000
Subject: [PATCH] [LMS-1757] default configuration file

SVN: 17860
---
 openbis/etc/web-client.properties | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/openbis/etc/web-client.properties b/openbis/etc/web-client.properties
index 72b46e0a527..56e30802c25 100644
--- a/openbis/etc/web-client.properties
+++ b/openbis/etc/web-client.properties
@@ -25,18 +25,18 @@
 #
 # Example:
 # 
-detail-views = sample-view, experiment-view, data-view  
+#detail-views = sample-view, experiment-view, data-view  
 
-sample-view.view = generic_sample_viewer
-sample-view.types = CELL_PLATE, CONTROL_LAYOUT
-sample-view.hide-sections = attachment-section, container-sample-section, derived-samples-section 
+#sample-view.view = generic_sample_viewer
+#sample-view.types = CELL_PLATE, CONTROL_LAYOUT
+#sample-view.hide-sections = attachment-section, container-sample-section, derived-samples-section 
 
-experiment-view.view = generic_sample_viewer
-experiment-view.types = SIRNA_HCS
-experiment-view.hide-sections = attachment-section
+#experiment-view.view = generic_sample_viewer
+#experiment-view.types = SIRNA_HCS
+#experiment-view.hide-sections = attachment-section
 
-data-view.view = generic-dataset-viewer
-data-view.types = HCS_IMAGE
-data-view.hide-smart-view = true
-data-view.hide-file-view = false
+#data-view.view = generic-dataset-viewer
+#data-view.types = HCS_IMAGE
+#data-view.hide-smart-view = true
+#data-view.hide-file-view = false
 
-- 
GitLab