Skip to content
Snippets Groups Projects
Commit 217b9eb1 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update openbis-webapps.md

parent 2939a209
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -146,7 +146,21 @@ A full list of supported properties is presented below.
|Property Key |Description |Allowed values |
|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|openbisui-contexts |Place where the webapp is shown in the OpenBIS UI. |modules-menu webapp is an item in the modules top menu experiment-details-view webapp is a tab in the experiment details view requires experiment-entity-types to be defined sample-details-view webapp is a tab in the sample details view requires sample-entity-types to be defined data-set-details-view webapp is a tab in the data set details view requires data-set-entity-types to be defined material-details-view webapp is a tab in the material details view requires material-entity-types to be defined Accepts a comma separated list of values with regular expressions, e.g. "modules-menu, .*-details-view"|
|openbisui-contexts |Place where the webapp is shown in the OpenBIS UI. |modules-menu
- webapp is an item in the modules top menu
experiment-details-view
- webapp is a tab in the experiment details view
- requires experiment-entity-types to be defined
sample-details-view
- webapp is a tab in the sample details view
- requires sample-entity-types to be defined
data-set-details-view
- webapp is a tab in the data set details view
- requires data-set-entity-types to be defined
material-details-view
- webapp is a tab in the material details view
- requires material-entity-types to be defined
Accepts a comma separated list of values with regular expressions, e.g. "modules-menu, .*-details-view"|
|label |The label. It will be shown in the GUI. |String |
|sorting |Sorting of the webapp. Webapps are sorted by "sorting" and "folder name" ascending with nulls last (webapps without sorting are presented last).|Integer |
|experiment-entity-types|Types of experiments the webapp should be displayed for. |Accepts a comma separated list of values with regular expressions, e.g. "TYPE_A_1, TYPE_A_2, TYPE_B_.*" |
......
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