Skip to content

Commit

Permalink
[DT-1072] Add Getz Lab data library (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Dec 9, 2024
1 parent 748caa6 commit 42efee4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableHeaderSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const TableHeaderSection = (props) => {
src={icon}
style={{
width: icon.width,
height: icon.height,
height: icon.height || 64,
maxWidth: 200,
maxHeight: 64,
}}
Expand Down
1 change: 1 addition & 0 deletions src/images/getz-lab-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/pages/DatasetSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import cfdeIcon from '../images/cfde-logo.png';
import firecloudIcon from '../images/firecloud-logo.png';
import aouIcon from '../images/aou-logo.png';
import stanleyIcon from '../images/stanley-center-logo.png';
import getzLabIcon from '../images/getz-lab-logo.svg';
import homeIcon from '../images/icon_dataset_.png';
import { Storage } from '../libs/storage';
import { Box, CircularProgress } from '@mui/material';
Expand Down Expand Up @@ -251,6 +252,15 @@ export const DatasetSearch = (props) => {
icon: stanleyIcon,
title: 'Stanley Center Data Library',
},
'getzlab': {
query: {
'match_phrase': {
'study.description': 'Getz Lab'
}
},
icon: getzLabIcon,
title: 'Getz Lab Data Library',
},
'/custom': {
query: {
'bool': {
Expand Down

0 comments on commit 42efee4

Please sign in to comment.