Skip to content

Commit

Permalink
arm detail pages ext link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayDoddapaneni committed Feb 16, 2023
1 parent 5207867 commit 2400c5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/injectEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ window.injectedEnv = {
REACT_APP_BACKEND_GETUSERINFO_API: 'https://k9dc.essential-dev.com/fence/login/',
REACT_APP_LOGIN_URL: 'https://nci-crdc-staging.datacommons.io/user/oauth2/authorize?client_id=82pslYFJqA7auRvKYfTOK67jzQAMb8f6C33tlmZz&response_type=code&redirect_uri=https%3A%2F%2Fk9dc.essential-dev.com%2F&scope=openid%20user',
REACT_APP_USER_LOGOUT_URL: 'https://k9dc.essential-dev.com/fence/logout',
REACT_APP_BACKEND_API: 'https://dataservice-qa.datacommons.cancer.gov/v1/graphql/',
REACT_APP_BACKEND_API: 'https://dataservice-dev.datacommons.cancer.gov/v1/graphql/',
REACT_APP_AUTH_API: 'http://localhost:4010',
REACT_APP_GOOGLE_CLIENT_ID: '1212ssdsdsdd',
REACT_APP_FE_VERSION: '0.0.0',
Expand Down
5 changes: 4 additions & 1 deletion src/bento/armDetailData.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ const rightPanel = [
},
{
label: 'External Resources',
dataField: 'external_resources',
dataField: 'study_external_url',
link: '{study_external_url}',
// labelLink: true,
},
],
},
Expand Down Expand Up @@ -168,6 +170,7 @@ query studyDetail($phs_accession: String) {
study_name
phs_accession
study_acronym
study_external_url
data_types
study_description
numberOfSubjects
Expand Down
6 changes: 3 additions & 3 deletions src/bento/dashboardTabData.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { customCasesTabDownloadCSV, customFilesTabDownloadCSV, customSamplesTabD
export const tooltipContent = {
icon: 'https://raw.githubusercontent.com/google/material-design-icons/master/src/action/help/materialicons/24px.svg',
alt: 'tooltipIcon',
0: 'Click button to add selected files associated with the selected case(s).',
1: 'Click button to add selected files associated with the selected sample(s).',
2: 'Click button to add selected files.',
0: 'Select Add all files from the Participants Tab.',
1: 'Select Add all files from the Samples Tab.',
2: 'Select Add all files from the Files Tab.',
};

// --------------- Dahboard Table external link configuration --------------
Expand Down

0 comments on commit 2400c5c

Please sign in to comment.