Skip to content
Snippets Groups Projects
Commit c946a9ca authored by juanf's avatar juanf
Browse files

SSDM-3388 : Basic Menu Customisation for Nexus

SVN: 35953
parent 3e005fba
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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