Skip to content
Snippets Groups Projects
Commit 34a9641d authored by tpylak's avatar tpylak
Browse files

LMS-1757 include web-client.properties in the build

SVN: 17960
parent c8c015a7
No related branches found
No related tags found
No related merge requests found
# Configuration of entity (experiment, sample, data set, material) detail views.
#
# Mandatory properties:
# - view (entity detail view id)
# - types (list of entity type codes)
# Optional properties:
# - hide-sections (list of section ids)
# - hide-smart-view (removes "Smart View" from Data Set Detail View -> Data View) (generic_dataset_viewer)
# - hide-file-view (removes "File View" from Data Set Detail View -> Data View) (generic_dataset_viewer)
# Available sections in entity-detail-views:
# generic_dataset_viewer
# data-set-data-section
# data-set-parents-section
# data-set-children-section
# plate-layout-dataset-section
# query-section
# generic_experiment_viewer
# data-sets-section
# attachment-section
# container-sample-section
# plate-locations-experiment-section
# experiment-well-materials-section
# query-section
# generic_sample_viewer
# plate-layout-sample-section
# container-sample-section
# derived-samples-section
# parent-samples-section
# data-sets-section
# attachment-section
# query-section
# generic_material_viewer
# plate-locations-material-section
# query-section
#
detail-views = plate-or-well-view, image-data-view, image-analysis-data-view
#experiment-view.view = generic_experiment_viewer
#experiment-view.types = SIRNA_HCS
#experiment-view.hide-sections = data-sets-section, attachment-section
plate-or-well-view.view = generic_sample_viewer
plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-sets-section, attachment-section
image-data-view.view = generic_dataset_viewer
image-data-view.types = HCS_IMAGE
image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
image-data-view.hide-smart-view = false
image-data-view.hide-file-view = true
image-analysis-data-view.view = generic_dataset_viewer
image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
image-analysis-data-view.hide-smart-view = true
image-analysis-data-view.hide-file-view = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment