From d92dc97d9a751e35e88b26a14e555dd1c31d87d0 Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Thu, 1 Aug 2024 16:16:52 -0400 Subject: [PATCH] disable more module for bih --- qa-bih.planx-pla.net/portal/gitops.json | 31 ++++--------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/qa-bih.planx-pla.net/portal/gitops.json b/qa-bih.planx-pla.net/portal/gitops.json index c0febc571..950452adc 100644 --- a/qa-bih.planx-pla.net/portal/gitops.json +++ b/qa-bih.planx-pla.net/portal/gitops.json @@ -31,27 +31,6 @@ }, "navigation": { "items": [ - { - "name": "Discovery", - "link": "/discovery", - "icon": "query", - "tooltip": "Use free-text search and tags to rapidly find relevant studies, discover new datasets across multiple resources, and easily export selected data files to the analysis workspace.", - "color": "#a2a2a2" - }, - { - "name": "Workspace", - "link": "/workspace", - "icon": "workspace", - "tooltip": "Gen3 workspaces are secure data analysis environments in the cloud that can access data from one or more data resources.", - "color": "#a2a2a2" - }, - { - "name": "Example Analysis", - "link": "/resource-browser", - "icon": "bar-chart", - "tooltip": "Learn how to use Jupyter Notebooks to explore and visualize data discovered in the Biomedical Research Hub by running a static tutorial notebook, or use one of these examples as a launching point for your own custom analysis.", - "color": "#a2a2a2" - }, { "name": "Profile", "link": "/identity", @@ -108,14 +87,14 @@ "requiredCerts": [], "featureFlags": { "explorer": false, - "discovery": true, - "discoveryUseAggMDS": true, - "discoveryUseAggWTS": true, - "workspaceRegistration": true, + "discovery": false, + "discoveryUseAggMDS": false, + "discoveryUseAggWTS": false, + "workspaceRegistration": false, "workspaceTokenServiceRefreshTokenAtLogin": false }, "useArboristUI": true, "showArboristAuthzOnProfile": true, "showFenceAuthzOnProfile": false, - "showExternalLoginsOnProfile": true + "showExternalLoginsOnProfile": false }