diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js index 312e57f02bde5993e5a8694cb0485d79b967625b..cbd66c60a2d7556a48d6dfddc9f154a6908e1d1c 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js @@ -116,8 +116,12 @@ $.extend(DefaultProfile.prototype, { this.isAdmin = false; +// Jupyter initialization +// python /home/osboxes/installation/pybis/src/python/ELNJupyter/elnjupyter/server.py --port 8123 --cert /home/osboxes/installation/cert.pem --key /home/osboxes/installation/key.pem --openbis http://10.0.2.2:8888 +// jupyterhub -f jupyterhub_config.py --no-ssl + // Jupyter integration config -// this.jupyterOpenbisEndpoint = "http://10.0.2.2:8888/"; +// this.jupyterOpenbisEndpoint = "http://10.0.2.2:8888"; //Should not end with slash // Fix server to support CORS https://stackoverflow.com/questions/298745/how-do-i-send-a-cross-domain-post-request-via-javascript // https://127.0.0.1:8123?token=admin-170815142923676x523BF649D42CE3BDB8B52F7275874C89&folder=myFolder&filename=myFile.ipynb // this.jupyterIntegrationServerEndpoint = "https://127.0.0.1:8123"; @@ -138,7 +142,9 @@ $.extend(DefaultProfile.prototype, { this.inventorySpaces = ["MATERIALS", "METHODS", "STORAGE", "STOCK_CATALOG"]; this.inventorySpacesReadOnly = ["ELN_SETTINGS", "STOCK_ORDERS"]; this.sampleTypeProtocols = ["GENERAL_PROTOCOL", "PCR_PROTOCOL", "WESTERN_BLOTTING_PROTOCOL"]; - this.sampleTypeStorageEnabled = ["ANTIBODY", "BACTERIA", "CHEMICAL", "ENZYME", "CELL_LINE", "FLY", "MEDIA", "OLIGO", "PLASMID", "YEAST", "SOLUTION_BUFFER", "RNA"]; + this.sampleTypeStorageEnabled = ["ANTIBODY", "BACTERIA", "CHEMICAL", "ENZYME", "CELL_LINE", "FLY", "MEDIA", "OLIGO", "PLASMID", "YEAST", "SOLUTION_BUFFER", "RNA", + //Extension for ETHZ Costumers until this is configurable on the Settings + "EBBACTERIA", "TBBACTERIA", "CELL", "STRAIN"]; this.searchSamplesUsingV3OnDropbox = false; this.searchSamplesUsingV3OnDropboxRunCustom = false;