diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js index 453435f0d63b278ae280c91a1e4b82299ec57709..014958daa21a27b6250328bd0461e84ecc02cd89 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js @@ -7,6 +7,18 @@ $.extend(NexusProfile.prototype, StandardProfile.prototype, { init: function(serverFacade){ DefaultProfile.prototype.init.call(this, serverFacade); + this.mainMenu = { + showLabNotebook : false, + showInventory : false, + showDrawingBoard : false, + showSampleBrowser : true, + showStorageManager : false, + showAdvancedSearch : false, + showTrashcan : true, + showVocabularyViewer : false, + showUserManager : false + } + this.propertyReplacingCode = "CELLARIO_BC"; this.inventorySpaces = ["LIBRARIES"]; this.searchSamplesUsingV3OnDropbox = true;